Skip to content

Commit 3c7cf10

Browse files
committed
Update deploy-docs.yml
1 parent 5096b7f commit 3c7cf10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
npx vue-cli-service build
3838
3939
- name: Deploy Doc 🚀
40-
uses: peaceiris/actions-gh-pages@v2.5.0
41-
env:
42-
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
43-
PUBLISH_BRANCH: gh-pages
44-
PUBLISH_DIR: ./examples/dist
40+
uses: JamesIves/github-pages[email protected]
41+
width:
42+
branch: gh-pages
43+
folder: ./examples/dist
44+
clean: false

0 commit comments

Comments
 (0)