We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc4e43 commit b63a38cCopy full SHA for b63a38c
1 file changed
.github/workflows/gh-pages.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Deploy
24
uses: peaceiris/actions-gh-pages@v3
25
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/source'
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
publish_dir: ./public
0 commit comments