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 1b9cca2 commit bb53853Copy full SHA for bb53853
.github/workflows/pages.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Push to gal-site
32
run: |
33
cd public
34
- git init
+ git init -b main
35
git config user.name "GitHub Actions"
36
git config user.email "actions@github.com"
37
git add .
0 commit comments