Skip to content

Commit

Permalink
build: use updated command for doc publish
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx committed Feb 9, 2024
1 parent 928db6e commit 1fdfef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: poetry install --no-interaction --with doc

- name: Build doc
run: poetry run make -C docs html
run: poetry run poe docs

- name: Upload to GitHub pages
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 1fdfef4

Please sign in to comment.