We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c76994 commit e42d247Copy full SHA for e42d247
1 file changed
.github/workflows/gh-pages.yml
@@ -3,7 +3,7 @@ name: GitHub Pages
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
8
jobs:
9
build-deploy:
@@ -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_branch: gh-pages
0 commit comments