Skip to content

Commit 38fd92f

Browse files
committed
ci: fix vercel docs project root resolution
1 parent 0eb333b commit 38fd92f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ jobs:
9797
fi
9898
9999
- name: Pull Vercel production settings
100-
run: pnpm dlx vercel@latest --cwd doc pull --yes --environment=production --token="$VERCEL_TOKEN"
100+
run: pnpm dlx vercel@latest pull --yes --environment=production --token="$VERCEL_TOKEN"
101101

102102
- name: Build docs on Vercel
103-
run: pnpm dlx vercel@latest --cwd doc build --prod --token="$VERCEL_TOKEN"
103+
run: pnpm dlx vercel@latest build --prod --token="$VERCEL_TOKEN"
104104

105105
- name: Deploy docs to Vercel production
106-
run: pnpm dlx vercel@latest --cwd doc deploy --prebuilt --prod --token="$VERCEL_TOKEN"
106+
run: pnpm dlx vercel@latest deploy --prebuilt --prod --token="$VERCEL_TOKEN"

0 commit comments

Comments
 (0)