diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0a68a0b6..9d971ba2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,6 +28,7 @@ jobs: - run: python -m pip install --upgrade pip - run: python -m pip install -r requirements/ci.txt - run: tox -e docs + - run: touch html/.nojekyll - uses: actions/upload-artifact@v3 with: name: documentation