Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaramadze committed Jul 29, 2024
1 parent fac04e2 commit c7e8b2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: |
cd docs/build
python build.py
git diff --quiet && echo "::set-output name=diff::false" || echo "::set-output name=diff::true"
git diff --quiet && DIFF=false || DIFF=true
echo "diff=$DIFF" >> $GITHUB_OUTPUT
- name: Commit and push changes
if: steps.generate.outputs.diff == 'true'
Expand Down

0 comments on commit c7e8b2a

Please sign in to comment.