We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2428401 commit a9c1649Copy full SHA for a9c1649
.github/workflows/gh-pages.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Deploy
28
uses: peaceiris/actions-gh-pages@v3
29
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
30
with:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
publish_dir: ./public
0 commit comments