We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5250a commit 6fc7877Copy full SHA for 6fc7877
.github/workflows/docs-sched-rebuild.yaml
@@ -30,8 +30,8 @@ jobs:
30
run: |
31
# setup local branches that we'd like to build docs for
32
# required for sphinx-multiversion to find these
33
- git branch --track --force main origin/main
34
- git branch --track --force stable origin/stable
+ git branch --track main origin/main || true
+ git branch --track stable origin/stable || true
35
tox -e docs-multi
36
- name: Delete unnecessary files
37
0 commit comments