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 f0c74fd commit bb2bd32Copy full SHA for bb2bd32
.github/workflows/deploy-gh-pages.yml
@@ -2,8 +2,6 @@ name: Deploy To Github Pages
2
on:
3
push:
4
branches: [ master ]
5
- pull_request:
6
- branches: [ master ]
7
jobs:
8
build:
9
runs-on: ubuntu-latest
@@ -29,6 +27,6 @@ jobs:
29
27
- name: Deploy 🚀
30
28
uses: JamesIves/github-pages-deploy-action@releases/v3
31
with:
32
- ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ ACCESS_TOKEN: ${{ secrets.GH_PAGES_PUBLISH_TOKEN }}
33
BRANCH: gh-pages # The branch the action should deploy to.
34
FOLDER: build # The folder the action should deploy.
0 commit comments