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

Commit f28343d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-dev.yaml

+1-1
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
#

0 commit comments

Comments
 (0)