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 # Build and test Docker image
- run: | - run: |
docker build -t ${GITHUB_REPOSITORY} . docker build -t ${GITHUB_REPOSITORY} .
docker run --rm -i -v $(pwd):/docs ${GITHUB_REPOSITORY} \ docker run --rm -i -v $(pwd):/docs ${GITHUB_REPOSITORY} build
build --theme material
# Build Python package # Build Python package
- run: python setup.py build sdist bdist_wheel --universal - run: python setup.py build sdist bdist_wheel --universal