diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f1f23988..26af6b708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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