We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e629fc0 commit 28e9781Copy full SHA for 28e9781
.github/workflows/deploy.yaml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
token: ${{ env.GITHUB_TOKEN }}
39
branch: gh-pages
40
- folder: ${{ env.DOCS_FOLDER }}/.vuepress/dist
+ folder: docs/.vuepress/dist
41
target-folder: ${{ env.DOCS_VERSION_PATH }}
42
clean: true
43
clean-exclude: |
0 commit comments