Skip to content

Commit b13093a

Browse files
authored
Merge pull request #94 from VectorInstitute/fix_docs_ci
Fix broken docs workflow, missed venv activate
2 parents 7b26f83 + c6cac48 commit b13093a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ jobs:
161161
DEPLOY_ARGS="$DEPLOY_ARGS $ALIAS"
162162
fi
163163
164+
# Activate the virtual environment
165+
source .venv/bin/activate
166+
164167
echo "Running: mike deploy $DEPLOY_ARGS"
165168
mike deploy $DEPLOY_ARGS
166169

0 commit comments

Comments
 (0)