Skip to content

Commit f952833

Browse files
committed
Update cd.yml
1 parent e4e5421 commit f952833

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
steps:
1313
- name: Git checkout
1414
uses: actions/checkout@v2
15-
with:
16-
persist-credentials: false
1715
- name: Install Node
1816
uses: actions/setup-node@v1
1917
with:
@@ -24,12 +22,11 @@ jobs:
2422
run: pnpm install --frozen-lockfile=false
2523
- name: Build and deploy
2624
run: pnpm run deploy
27-
- uses: JamesIves/github-pages-deploy-action@3.7.1
25+
- uses: JamesIves/github-pages-deploy-action@4.0.0
2826
with:
29-
github_token: ${{ secrets.GITHUB_TOKEN }}
3027
branch: gh-pages
3128
folder: public
32-
target_folder: public
33-
single_commit: true
29+
target-folder: public
30+
single-commit: true
3431
silent: true
3532
clean: true

0 commit comments

Comments
 (0)