We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b3390 commit 4ec8171Copy full SHA for 4ec8171
.github/workflows/deploy-docs.yml
@@ -43,6 +43,7 @@ jobs:
43
44
- name: Deploy documentation
45
run: |
46
+ source .venv/bin/activate
47
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
48
echo "Deploying stable docs..."
49
make docs-deploy-stable
0 commit comments