Skip to content

Commit

Permalink
change doc.source path
Browse files Browse the repository at this point in the history
  • Loading branch information
patquem authored Dec 16, 2024
1 parent bc6b587 commit e7fff96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: install doc_reqs
run: pip install -r doc_requirements.txt
- name: 'run doc-build'
run: sphinx-build -j auto -b html "doc/source" "doc/build/html"
run: sphinx-build -j auto -b html "doc" "doc/build/html"
- uses: actions/[email protected]
with:
path: 'doc/build/html/'
Expand Down

0 comments on commit e7fff96

Please sign in to comment.