Skip to content

Commit

Permalink
Fix for no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Nov 14, 2024
1 parent 57255c7 commit 90f3599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ jobs:
git config user.email "[email protected]"
git config user.name "GitHub Action Bot"
git add ./site
git commit -m 'Created offline site'
git diff-index --quiet HEAD || git commit -m 'Created offline site'
git push

0 comments on commit 90f3599

Please sign in to comment.