Skip to content

Commit

Permalink
ci: handle nothing to update
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Jan 18, 2025
1 parent c14fb89 commit e578168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Deploy docs to /phomo"
git add -A
git commit -m "Deploy docs to /phomo" || echo "No changes to commit"
git push origin gh-pages

0 comments on commit e578168

Please sign in to comment.