We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a237f commit b2d6eeeCopy full SHA for b2d6eee
.github/workflows/deploy.yaml
@@ -36,7 +36,7 @@ jobs:
36
uses: JamesIves/github-pages-deploy-action@v4.5.0
37
with:
38
token: ${{ env.GITHUB_TOKEN }}
39
- branch: github-pages
+ branch: gh-pages
40
folder: ${{ env.DOCS_FOLDER }}/.vuepress/dist
41
target-folder: ${{ env.DOCS_VERSION_PATH }}
42
clean: true
0 commit comments