There was an error while loading. Please reload this page.
1 parent 6841ce9 commit b1c7c24Copy full SHA for b1c7c24
.github/workflows/github-pages.yml
@@ -3,7 +3,7 @@ name: GitHub pages
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
8
jobs:
9
deploy:
@@ -30,10 +30,7 @@ jobs:
30
31
- name: Deploy
32
uses: peaceiris/actions-gh-pages@v3
33
- # If you're changing the branch from main,
34
- # also change the `main` in `refs/heads/main`
35
- # below accordingly.
36
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/master' }}
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
39
publish_dir: ./build
0 commit comments