Skip to content

Commit eb88084

Browse files
authored
chore: docs build needs poetry (#1258)
1 parent 902fc14 commit eb88084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build docs
4343
run: |
4444
cd docs
45-
./build.sh
45+
poetry run ./build.sh
4646
- name: Upload artifact.
4747
uses: actions/upload-pages-artifact@v3
4848
with:

0 commit comments

Comments
 (0)