Skip to content

Commit

Permalink
update branch used by deploy script
Browse files Browse the repository at this point in the history
eamon0989 committed May 1, 2024
1 parent c7a237f commit b2d6eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
token: ${{ env.GITHUB_TOKEN }}
branch: github-pages
branch: gh-pages
folder: ${{ env.DOCS_FOLDER }}/.vuepress/dist
target-folder: ${{ env.DOCS_VERSION_PATH }}
clean: true

0 comments on commit b2d6eee

Please sign in to comment.