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.
master
main
1 parent a785ed6 commit 38c49c5Copy full SHA for 38c49c5
.github/workflows/pages.yml
@@ -1,7 +1,7 @@
1
on:
2
push:
3
branches:
4
- - master
+ - main
5
pull_request:
6
7
- "**"
@@ -30,10 +30,10 @@ jobs:
30
path: build/
31
if-no-files-found: error
32
- name: Deploy
33
- if: ${{ github.ref == 'refs/heads/master'}}
+ if: ${{ github.ref == 'refs/heads/main'}}
34
uses: JamesIves/github-pages-deploy-action@master
35
env:
36
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
- BASE_BRANCH: master # The branch the action should deploy from.
+ BASE_BRANCH: main # The branch the action should deploy from.
38
BRANCH: gh-pages # The branch the action should deploy to.
39
FOLDER: build
0 commit comments