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 48b5e4e commit 883e78eCopy full SHA for 883e78e
.github/workflows/deploy-docs.yml
@@ -23,7 +23,5 @@ jobs:
23
- name: Deploy the documentation
24
uses: JamesIves/github-pages-deploy-action@4.1.1
25
env:
26
- BASE_BRANCH: source
27
- BRANCH: master
28
- FOLDER: docs/.vuepress/dist
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ branch: master
+ folder: docs/.vuepress/dist
0 commit comments