Skip to content

Commit 688bf66

Browse files
🤦‍♂️🤞 Fix task build_docs
1 parent 8946625 commit 688bf66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Taskfile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,6 @@ tasks:
8080
desc: "Build sphinc docs in /docs"
8181
deps: [create-virtual-env]
8282
cmds:
83-
- cd docs && poetry run make html
83+
- |
84+
cd docs &&
85+
source $HOME/.poetry/env && poetry run make html

0 commit comments

Comments
 (0)