Skip to content

Commit 0b976dc

Browse files
committed
wip
1 parent 8274c79 commit 0b976dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ jobs:
2929
cd docs/build
3030
python build.py
3131
git diff --quiet && DIFF=false || DIFF=true
32+
git diff
3233
echo $DIFF
3334
echo "diff=$DIFF" >> $GITHUB_OUTPUT
3435
3536
- name: Commit and push changes
3637
if: steps.generate.outputs.diff == 'true'
3738
run: |
39+
echo $GITHUB_OUTPUT
3840
git checkout -b update-docs
3941
git add docs/api-reference
4042
git config --global user.name 'github-actions'

0 commit comments

Comments
 (0)