Skip to content

Commit

Permalink
commit 변경사항 없을 경우에 대한 예외처리 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
kaestro committed Sep 15, 2024
1 parent d8effc2 commit 824001d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add .
git commit -m 'Deploy to GitHub Pages'
git add -A
git commit -m 'Deploy to GitHub Pages' || echo "No changes to commit"
git push origin HEAD:migration-taskforce

0 comments on commit 824001d

Please sign in to comment.