Skip to content

Commit e3fc499

Browse files
committed
fix deploy
1 parent 1dda02f commit e3fc499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pdm build-site
2222
- name: Deploy to GitHub Pages
2323
uses: peaceiris/actions-gh-pages@v4
24-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
24+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2525
with:
2626
publish_branch: gh-pages
2727
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)