Skip to content

Commit e42d247

Browse files
committed
Change to master branch to deploy
1 parent 8c76994 commit e42d247

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
build-deploy:
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Deploy
2929
uses: peaceiris/actions-gh-pages@v3
30-
if: ${{ github.ref == 'refs/heads/main' }}
30+
if: ${{ github.ref == 'refs/heads/master' }}
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_branch: gh-pages

0 commit comments

Comments
 (0)