diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index f7820bf..1c33d33 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -41,7 +41,9 @@ jobs: run: poetry install --no-root if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' - name: build docs - run: poetry run sphinx-build -M html src build + run: | + poetry run sphinx-build -M html src build + touch build/html/.nojekyll - name: deploy to gh-pages uses: JamesIves/github-pages-deploy-action@v4 with: diff --git a/src/.nojekyll b/src/.nojekyll new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/src/.nojekyll @@ -0,0 +1 @@ +