We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cb6fb commit f4c701cCopy full SHA for f4c701c
1 file changed
.github/workflows/gh-pages.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Deploy
39
uses: peaceiris/actions-gh-pages@v3
40
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
41
with:
42
github_token: ${{ secrets.GITHUB_TOKEN }}
43
publish_dir: ./docs/public
0 commit comments