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 fd45c2a commit 8a0ebc4Copy full SHA for 8a0ebc4
.github/workflows/gh-pages.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Deploy
29
uses: peaceiris/actions-gh-pages@v3
30
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
publish_dir: ./public
0 commit comments