Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-ingwersen-ey authored Aug 9, 2024
1 parent eeb85c1 commit 07b99f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Build documentation
run: |
sphinx-build -b html docs/source docs/docs/html
sphinx-build -b html docs docs/docs/html
cd docs
make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 07b99f0

Please sign in to comment.