We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c5265 commit 4daeaf2Copy full SHA for 4daeaf2
1 file changed
.github/workflows/deploy-doc-to-ghpages.yml
@@ -18,7 +18,7 @@ jobs:
18
pip install llvmlite poetry
19
poetry install -E docs
20
- name: Building docs
21
- run: cd docs && make build-html
+ run: eval $(poetry env activate) && cd docs && make build-html
22
- name: Deploy
23
uses: peaceiris/actions-gh-pages@v3
24
with:
0 commit comments