Skip to content

Commit 0fbebac

Browse files
Axel AntoineAxel Antoine
authored andcommitted
Fix build folder ignored when pushed to demo branch
1 parent 2619e4b commit 0fbebac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Commit Demo
3232
uses: EndBug/add-and-commit@v7
3333
with:
34-
add: 'build/demo'
34+
add: 'build/demo --force'
3535
message: 'update demo'
3636
push: 'origin HEAD:demo --force'

0 commit comments

Comments
 (0)