Skip to content

Commit bb2bd32

Browse files
authored
Update secret key in github pages (#19)
Update secret key Remove pull request trigger
1 parent f0c74fd commit bb2bd32

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Deploy To Github Pages
22
on:
33
push:
44
branches: [ master ]
5-
pull_request:
6-
branches: [ master ]
75
jobs:
86
build:
97
runs-on: ubuntu-latest
@@ -29,6 +27,6 @@ jobs:
2927
- name: Deploy 🚀
3028
uses: JamesIves/github-pages-deploy-action@releases/v3
3129
with:
32-
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
ACCESS_TOKEN: ${{ secrets.GH_PAGES_PUBLISH_TOKEN }}
3331
BRANCH: gh-pages # The branch the action should deploy to.
3432
FOLDER: build # The folder the action should deploy.

0 commit comments

Comments
 (0)