Skip to content

Commit c435d59

Browse files
committed
CI: Fix deploy-docs.yml
1 parent f0b1330 commit c435d59

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Deploy docs
22
on:
33
push:
4-
tags: [ v* ]
4+
tags: ['v[0-9]+.*']
5+
workflow_dispatch:
56

67
jobs:
78
deploy:
@@ -14,11 +15,11 @@ jobs:
1415
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1516
- uses: ./.github/actions/setup
1617
with:
17-
python-version: 3.13
18+
python-version: 3.12
1819

1920
- run: pip install -e .[all] pdoc3
2021
- run: time .github/scripts/build.sh
2122

2223
- env:
23-
GH_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
24+
GH_PASSWORD: ${{ secrets.GH_PASSWORD }}
2425
run: .github/scripts/deploy-gh-pages.sh

0 commit comments

Comments
 (0)