Skip to content

Commit a5daae8

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent a5c7f9c commit a5daae8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ jobs:
77
build-deploy:
88
runs-on: ubuntu-18.04
99
steps:
10-
- uses: actions/checkout@master
11-
12-
- name: Setup Node
13-
uses: actions/setup-node@v1
10+
- uses: actions/checkout@v2
11+
- uses: actions/setup-node@v2
1412
with:
1513
node-version: 14
1614

@@ -21,7 +19,7 @@ jobs:
2119
- name: Deploy
2220
uses: peaceiris/actions-gh-pages@v3
2321
with:
24-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
2523
publish_dir: ./build
2624

2725
- name: Is a tag created auto?

0 commit comments

Comments
 (0)