Skip to content

Commit 2122122

Browse files
Dev docs fix 3 (#3)
* update workflow yaml * update workflow to try and fix build errors * try again with action fixes * update python version in runner * update sphinx command * update sphinx command for poetry env * update sphinx command for poetry env * update sphinx directory
1 parent 9c800b7 commit 2122122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Sphinx build
2424
run: |
25-
poetry run sphinx-build -M html docs/source docs/build/html
25+
poetry run sphinx-build -M html docs/source docs/build/
2626
2727
- name: Deploy documentation
2828
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)