Skip to content

Commit

Permalink
Fixing sphinx build dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Mar 29, 2024
1 parent 4d8127e commit b37003e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Building
- name: Build HTML using Poetry
run: poetry run -C docs sphinx-build -M html source/ build/
run: poetry run -C docs sphinx-build -M html docs/source/ docs/build/

# Upload
- name: Upload artifacts
Expand Down

0 comments on commit b37003e

Please sign in to comment.