Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 596bc7b

Browse files
committed
Fix up build in workflow
1 parent f39941c commit 596bc7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build the documentation
3131
run: |
3232
cd dev-docs
33-
make html
33+
poetry run make html
3434
3535
# Figure out the target directory.
3636
#
@@ -61,5 +61,5 @@ jobs:
6161
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
6262
with:
6363
github_token: ${{ secrets.GITHUB_TOKEN }}
64-
publish_dir: ./dev-docs/_build
64+
publish_dir: ./dev-docs/_build/html
6565
destination_dir: ./dev-docs/${{ steps.vars.outputs.branch-version }}

0 commit comments

Comments
 (0)