Skip to content

Commit d3b0966

Browse files
committed
Update CI to use main branch
1 parent 9be49be commit d3b0966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
npm ci
2222
npm run build
2323
- name: vercel deploy
24-
if: ${{ github.ref == 'refs/heads/docusaurus' }}
24+
if: ${{ github.ref == 'refs/heads/main' }}
2525
run: vercel --token ${{ secrets.VERCEL_TOKEN }} deploy --prod
2626
env:
2727
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}

0 commit comments

Comments
 (0)