Skip to content

Commit 0e36711

Browse files
authored
Whoops
1 parent b17986d commit 0e36711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Deploy
3737
uses: peaceiris/actions-gh-pages@v4
38-
if: github.ref == 'refs/heads/master'
38+
if: github.ref == 'refs/heads/main'
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
publish_dir: ./dist

0 commit comments

Comments
 (0)