We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5096b7f commit 3c7cf10Copy full SHA for 3c7cf10
.github/workflows/deploy-docs.yml
@@ -37,8 +37,8 @@ jobs:
37
npx vue-cli-service build
38
39
- 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
+ uses: JamesIves/github-pages[email protected]
+ width:
+ branch: gh-pages
+ folder: ./examples/dist
+ clean: false
0 commit comments