We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17986d commit 0e36711Copy full SHA for 0e36711
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Deploy
37
uses: peaceiris/actions-gh-pages@v4
38
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
39
with:
40
github_token: ${{ secrets.GITHUB_TOKEN }}
41
publish_dir: ./dist
0 commit comments