Skip to content

Commit 7662179

Browse files
committed
[BugFix + CI] Update build process to use poetry for generating HTML documentation
1 parent 938b9f6 commit 7662179

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-docs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
2828
- name: Build Documentation
2929
run: |
30-
make html_docs
30+
cd docs
31+
poetry run make html
3132
3233
- name: Deploy to GitHub Pages
3334
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)