Skip to content

Commit 8a0ebc4

Browse files
committed
Deploy on master
1 parent fd45c2a commit 8a0ebc4

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
@@ -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_dir: ./public

0 commit comments

Comments
 (0)