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 db4c77c commit cbd41f0Copy full SHA for cbd41f0
.github/workflows/docs.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: crazy-max/ghaction-github-pages@v4
42
with:
43
# deploy to gh-pages branch
44
- target_branch: gh-pages-new
+ target_branch: gh-pages
45
# deploy the default output dir of VuePress
46
build_dir: docs/.vuepress/dist
47
env:
0 commit comments