Skip to content

Commit

Permalink
fix: sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HiIAmTzeKean authored Aug 16, 2024
1 parent ae65bbc commit 90df484
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 @@ -21,7 +21,7 @@ jobs:
run: poetry install
shell: bash
- name: Build sphinx
run: cd docs/; make clean; make html; cd /;
run: python3 -m sphinx.cmd.build -b html docs/source/ docs/build/
shell: bash
- name: Deploy to external repos
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 90df484

Please sign in to comment.