Skip to content

Commit 210f018

Browse files
committed
chore(ci): add manual trigger for docs
1 parent 57ecff6 commit 210f018

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python_docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- "docs/**"
1212
- "mkdocs.yml"
1313
- "examples/**"
14+
workflow_dispatch:
1415

1516
jobs:
1617
changelog:
@@ -49,6 +50,8 @@ jobs:
4950
run: |
5051
git config --global user.name Docs deploy
5152
git config --global user.email [email protected]
53+
git config pull.rebase true
54+
git pull --rebase
5255
- name: Build docs website and API reference
5356
run: make release-docs VERSION="develop" ALIAS="stage"
5457
- name: Deploy all docs

0 commit comments

Comments
 (0)