We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d28a4b commit c120de9Copy full SHA for c120de9
1 file changed
.github/workflows/build-and-commit.yml
@@ -40,5 +40,5 @@ jobs:
40
41
- name: Commit build results
42
run: |
43
- git add build/
+ git add build/ -f
44
git diff --quiet && git diff --staged --quiet || (git commit -m "chore: update build files [skip ci]" && git push)
0 commit comments