Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Jul 24, 2024
1 parent 9c3750a commit 818ca8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- name: Build documentation
# run: make -C docs html # Adjust the path to your docs directory if needed
run: sh docs/build_docs.sh
run: |
cd docs
sh build_docs.sh
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 818ca8a

Please sign in to comment.