Skip to content

Commit

Permalink
fix doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
minyez committed Jan 11, 2024
1 parent f9757e4 commit 39aa4b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-ghpages-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip3 install -r doc/requirements.txt
- name: Install documentation dependencies
run: pip3 install -r doc/requirements.txt
- name: Build documentation
run: cd doc && make html
- uses: actions/upload-pages-artifact@v1
with:
path: ./doc/_build/html/
Expand Down

0 comments on commit 39aa4b3

Please sign in to comment.