Skip to content

Commit 0f7a782

Browse files
authored
Merge pull request #116 from TrueNine/dev
Refactor CLI packaging and update docs for the sdk-first release flow
2 parents 203e15e + 3571d2d commit 0f7a782

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy-doc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,10 @@ jobs:
6565
run: pnpm -C doc run typecheck
6666

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

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

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

0 commit comments

Comments
 (0)