Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManvithaPonnapati authored Oct 26, 2024
1 parent 76ff999 commit 9deb07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build the Sphinx documentation
working-directory: ./docs
run: make html
run: sphinx-apidoc -o . ../src/aviary && make clean && make html

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 9deb07f

Please sign in to comment.