Skip to content

Commit 20eabbb

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

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 5 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,9 @@ 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

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

0 commit comments

Comments
 (0)