Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbuilds authored Jul 24, 2024
1 parent 4d60a7c commit ed6b25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add -A
git add -f dist # Force add the dist folder
if git diff --staged --quiet; then
echo "No changes to commit"
else
Expand Down

0 comments on commit ed6b25d

Please sign in to comment.