Skip to content

Commit 4ec8171

Browse files
committed
retry deploy doc
1 parent 06b3390 commit 4ec8171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
4444
- name: Deploy documentation
4545
run: |
46+
source .venv/bin/activate
4647
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
4748
echo "Deploying stable docs..."
4849
make docs-deploy-stable

0 commit comments

Comments
 (0)