Skip to content

Commit bb53853

Browse files
committed
250722
1 parent 1b9cca2 commit bb53853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Push to gal-site
3232
run: |
3333
cd public
34-
git init
34+
git init -b main
3535
git config user.name "GitHub Actions"
3636
git config user.email "actions@github.com"
3737
git add .

0 commit comments

Comments
 (0)