Skip to content

Commit a8c9599

Browse files
committed
fix(action): target deploy branch is main now
Signed-off-by: hylerrix <[email protected]>
1 parent 225db3c commit a8c9599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pagic build
2121
2222
- name: Deploy
23-
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
23+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
2424
env:
2525
GA_ID: UA-169223577-1
2626
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)