Skip to content

Commit c7e8b2a

Browse files
committed
WIP
1 parent fac04e2 commit c7e8b2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
run: |
2929
cd docs/build
3030
python build.py
31-
git diff --quiet && echo "::set-output name=diff::false" || echo "::set-output name=diff::true"
31+
git diff --quiet && DIFF=false || DIFF=true
32+
echo "diff=$DIFF" >> $GITHUB_OUTPUT
3233
3334
- name: Commit and push changes
3435
if: steps.generate.outputs.diff == 'true'

0 commit comments

Comments
 (0)