Skip to content

Commit 226ca4f

Browse files
author
liyuan97
committed
chore: test deploy
1 parent 618f35e commit 226ca4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: yarn docs:build
4646
# 部署
4747
- name: deploy
48-
uses: peaceiris/actions-gh-pages@v3
48+
uses: JamesIves/github-pages-deploy-action@v4
4949
with:
50-
target_branch: gh-pages
51-
build_dir: docs/.vuepress/dist
50+
BRANCH: gh-pages
51+
FOLDER: docs/.vuepress/dist

0 commit comments

Comments
 (0)