Skip to content

Commit

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

0 comments on commit ba9a407

Please sign in to comment.