This commit is contained in:
sneakers-the-rat 2023-06-06 18:42:00 -07:00
parent 9a0ce762dd
commit 414b58505a
2 changed files with 4 additions and 1 deletions

View file

@ -41,7 +41,9 @@ jobs:
run: poetry install --no-root run: poetry install --no-root
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- name: build docs - 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 - name: deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@v4 uses: JamesIves/github-pages-deploy-action@v4
with: with:

1
src/.nojekyll Normal file
View file

@ -0,0 +1 @@