Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,10 @@ jobs:
run: pnpm -C doc run typecheck

- name: Pull Vercel production settings
working-directory: ./doc
run: pnpm dlx vercel@latest pull --yes --environment=production --token="$VERCEL_TOKEN"

- name: Build docs on Vercel
working-directory: ./doc
run: pnpm dlx vercel@latest build --prod --token="$VERCEL_TOKEN"

- name: Deploy docs to Vercel production
working-directory: ./doc
run: pnpm dlx vercel@latest deploy --prebuilt --prod --token="$VERCEL_TOKEN"
Loading