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.
github-pages-deploy-action
1 parent 883e78e commit 464ba58Copy full SHA for 464ba58
.github/workflows/deploy-docs.yml
@@ -21,7 +21,9 @@ jobs:
21
run: npm run build
22
23
- name: Deploy the documentation
24
- uses: JamesIves/github-pages-deploy-action@4.1.1
+ uses: JamesIves/github-pages-deploy-action@releases/v2
25
env:
26
- branch: master
27
- folder: docs/.vuepress/dist
+ BASE_BRANCH: source
+ BRANCH: master
28
+ FOLDER: docs/.vuepress/dist
29
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments