Temporarily more lazy test of Docker build

This commit is contained in:
squidfunk 2020-04-07 17:20:25 +02:00
parent 66015fec27
commit abd2fc3d10

View File

@ -142,8 +142,7 @@ jobs:
# Build and test Docker image
- run: |
docker build -t ${GITHUB_REPOSITORY} .
docker run --rm -i -v $(pwd):/docs ${GITHUB_REPOSITORY} \
build --theme material
docker run --rm -i -v $(pwd):/docs ${GITHUB_REPOSITORY} build
# Build Python package
- run: python setup.py build sdist bdist_wheel --universal