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 a81907e commit 7a4a813Copy full SHA for 7a4a813
.github/workflows/build_deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Deploy 🚀
39
uses: JamesIves/github-pages-deploy-action@v4
40
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
41
with:
42
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
43
BRANCH: gh-pages # The branch the action should deploy to.
0 commit comments