Skip to content

Commit

Permalink
chore: fix docs build (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre authored Jul 26, 2024
1 parent d49af6f commit 786f156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
TWINE_PASSWORD: ${{ secrets.pypi_password }}
- name: Build docs
run: |
cd docs
make install-docs
cd docs
make html
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 786f156

Please sign in to comment.