We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ecff6 commit 210f018Copy full SHA for 210f018
.github/workflows/python_docs.yml
@@ -11,6 +11,7 @@ on:
11
- "docs/**"
12
- "mkdocs.yml"
13
- "examples/**"
14
+ workflow_dispatch:
15
16
jobs:
17
changelog:
@@ -49,6 +50,8 @@ jobs:
49
50
run: |
51
git config --global user.name Docs deploy
52
git config --global user.email [email protected]
53
+ git config pull.rebase true
54
+ git pull --rebase
55
- name: Build docs website and API reference
56
run: make release-docs VERSION="develop" ALIAS="stage"
57
- name: Deploy all docs
0 commit comments