Skip to content

Commit

Permalink
Keep trying to fix sphinx-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ramadhan committed Jun 30, 2024
1 parent 3ecc80e commit bbf4abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
build-command: "sphinx-build -M html docs/ docs/build/"
build-command: "sphinx-build -M html -c docs/ docs/ docs/build/"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit bbf4abd

Please sign in to comment.