Skip to content

Commit 498b179

Browse files
committed
Deploy docusaurus branch to Vercel
1 parent 123fc8b commit 498b179

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ jobs:
2020
run: |
2121
npm ci
2222
npm run build
23+
- name: vercel deploy
24+
if: ${{ github.ref == 'refs/heads/docusaurus' }}
25+
run: vercel deploy --prod
26+
env:
27+
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
28+
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

0 commit comments

Comments
 (0)