Skip to content

Commit e796691

Browse files
committed
fixed pipline publish branch
1 parent 9094a2b commit e796691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: |
4141
git add build/web/ -f
4242
git commit -m "Deploy Flutter Web Application"
43-
git push origin $(git subtree split --prefix=build/web/):main -f
43+
git push origin $(git subtree split --prefix=build/web/):gh-pages -f

0 commit comments

Comments
 (0)