Skip to content

Commit

Permalink
Add force flag for updating the deploy branch to latest every time
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jordan committed Oct 25, 2023
1 parent 7758f22 commit 02d62b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
git config user.email "[email protected]"
git add distribution/
git commit -m "Add output from build"
git push origin HEAD:deploy-branch
git push -f origin HEAD:deploy-branch

0 comments on commit 02d62b8

Please sign in to comment.