Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseap authored Jan 17, 2025
1 parent 0cccb7a commit 3a55eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
branch_name="build-update-${timestamp}"
git checkout -b $branch_name
# Add and commit build files
git add build/
# Force add build files even if they're gitignored
git add -f build/
git commit -m "Update build files"
git push origin $branch_name
Expand Down

0 comments on commit 3a55eaa

Please sign in to comment.