Skip to content

Commit db955a6

Browse files
committed
🧹 chore: omit branch config in pages cli
1 parent 6518692 commit db955a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2929
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
30-
command: pages deploy docs/.vitepress/dist --project-name=elysia-doc --branch=main
30+
command: pages deploy docs/.vitepress/dist --project-name=elysia-doc
3131
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
3232
packageManager: bun
3333
env:

0 commit comments

Comments
 (0)