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