Skip to content

Commit 9ed1344

Browse files
committed
wip
1 parent 4c63ff9 commit 9ed1344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Generate documentation
2727
id: generate
2828
run: |
29+
git checkout autogenerate-docs
2930
cd docs/build
3031
python build.py
3132
git diff --quiet && DIFF=false || DIFF=true
@@ -37,7 +38,6 @@ jobs:
3738
if: steps.generate.outputs.diff == 'true'
3839
run: |
3940
echo $GITHUB_OUTPUT
40-
git checkout autogenerate-docs
4141
git checkout -b update-docs
4242
git add docs/api-reference
4343
git config --global user.name 'github-actions'

0 commit comments

Comments
 (0)