We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d576c4 commit 6ca062fCopy full SHA for 6ca062f
.github/workflows/gh-pages.yml
@@ -5,7 +5,7 @@ name: GitHub Pages
5
on:
6
push:
7
branches:
8
- - master
+ - main
9
10
jobs:
11
build-deploy:
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Deploy
36
uses: peaceiris/actions-gh-pages@v3
37
- if: ${{ github.ref == 'refs/heads/master' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
publish_branch: gh-pages
0 commit comments