mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Handle no doxygen changes case
This commit is contained in:
parent
c3ac6407fa
commit
a05e661aac
8
.github/workflows/doxygen.yml
vendored
8
.github/workflows/doxygen.yml
vendored
@ -36,5 +36,9 @@ jobs:
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git add .
|
||||
git commit -m "Update for ${{ github.repository }} commit ${{ github.sha }} run_id ${{ github.run_id }}"
|
||||
git push --force
|
||||
if git diff --cached --quiet; then
|
||||
echo "No changes, skipping commit"
|
||||
else
|
||||
git commit -m "Update for ${{ github.repository }} commit ${{ github.sha }} run_id ${{ github.run_id }}"
|
||||
git push --force
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user