Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel (Anjo) P. da Silva committed May 21, 2024
1 parent ee750a6 commit 7a14414
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
- name: Build HTML
run: |
cd docs/source
cd docs
make clean
make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/source/html
publish_dir: docs/build/html

0 comments on commit 7a14414

Please sign in to comment.