Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 6686a1f

Browse files
change default branch
1 parent 141e885 commit 6686a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

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

88
jobs:
99
deploy:
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Deploy
1616
uses: peaceiris/actions-gh-pages@v4
17-
if: github.ref == 'refs/heads/main'
17+
if: github.ref == 'refs/heads/master'
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
publish_dir: ./build

0 commit comments

Comments
 (0)