Skip to content

Commit bdf3d91

Browse files
committed
fix: workflows ci deploy action params
1 parent 26b6224 commit bdf3d91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242

4343
- name: Deploy
4444
uses: JamesIves/github-pages-deploy-action@4.1.4
45-
env:
46-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
47-
BRANCH: gh-pages
48-
FOLDER: docs/.vuepress/dist
49-
BUILD_SCRIPT: npm run deploy
45+
with:
46+
access_token: ${{ secrets.ACCESS_TOKEN }}
47+
branch: gh-pages
48+
folder: docs/.vuepress/dist
49+
build_script: npm run deploy

0 commit comments

Comments
 (0)