We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902fc14 commit eb88084Copy full SHA for eb88084
.github/workflows/docs.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Build docs
43
run: |
44
cd docs
45
- ./build.sh
+ poetry run ./build.sh
46
- name: Upload artifact.
47
uses: actions/upload-pages-artifact@v3
48
with:
0 commit comments