Skip to content

Commit 38a784a

Browse files
committed
🎉 feat: use main branch
1 parent 02b578e commit 38a784a

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=production
30+
command: pages deploy docs/.vitepress/dist --project-name=elysia-doc --branch=main
3131
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
3232
packageManager: bun
3333
env:

0 commit comments

Comments
 (0)