We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1145e8e commit 066314dCopy full SHA for 066314d
.github/workflows/publish.yaml
@@ -44,7 +44,7 @@ jobs:
44
name: output
45
- name: Deploy Github Pages
46
uses: peaceiris/actions-gh-pages@v4
47
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
48
with:
49
github_token: ${{secrets.GITHUB_TOKEN}}
50
user_name: 'EXO[bot]'
0 commit comments