Skip to content

Commit

Permalink
Update sphinx-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Jan 26, 2024
1 parent a3258c2 commit 459bf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python -m pip install -r docs/requirements.txt
- name: Sphinx API Documentation Generation
run: sphinx-apidoc -o docs opengsq/api
run: sphinx-apidoc -o docs/api opengsq

- name: Sphinx HTML Documentation Build
run: sphinx-build -b html docs docs/_build
Expand Down

0 comments on commit 459bf79

Please sign in to comment.