We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dda02f commit e3fc499Copy full SHA for e3fc499
.github/workflows/deploy.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: pdm build-site
22
- name: Deploy to GitHub Pages
23
uses: peaceiris/actions-gh-pages@v4
24
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
25
with:
26
publish_branch: gh-pages
27
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments