Skip to content

Commit b2d6eee

Browse files
committed
update branch used by deploy script
1 parent c7a237f commit b2d6eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: JamesIves/github-pages-deploy-action@v4.5.0
3737
with:
3838
token: ${{ env.GITHUB_TOKEN }}
39-
branch: github-pages
39+
branch: gh-pages
4040
folder: ${{ env.DOCS_FOLDER }}/.vuepress/dist
4141
target-folder: ${{ env.DOCS_VERSION_PATH }}
4242
clean: true

0 commit comments

Comments
 (0)