Skip to content

Commit

Permalink
Updated docs Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ribesstefano committed Aug 19, 2024
1 parent f2cec8c commit e60223f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build the documentation
run: |
sphinx-apidoc -o docs/source/ protac_degradation_predictor
sphinx-build docs docs/_build/html
sphinx-apidoc -o ./docs/source/ protac_degradation_predictor --separate
sphinx-build ./docs ./docs/_build/html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit e60223f

Please sign in to comment.