Skip to content

Commit 4daeaf2

Browse files
committed
Ensure poetry env is activated when building docs
1 parent 17c5265 commit 4daeaf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-doc-to-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pip install llvmlite poetry
1919
poetry install -E docs
2020
- name: Building docs
21-
run: cd docs && make build-html
21+
run: eval $(poetry env activate) && cd docs && make build-html
2222
- name: Deploy
2323
uses: peaceiris/actions-gh-pages@v3
2424
with:

0 commit comments

Comments
 (0)