Skip to content

Commit 81fa005

Browse files
committed
huh
1 parent 4a884c6 commit 81fa005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
pnpm install --global vercel
2929
job_id=$(curl -X POST ${{ secrets.DOCS_DEPLOY_HOOK_URL }} | jq -r '.job.id')
30-
vc inspect $job_id --wait --token=${{ secrets.VERCEL_TOKEN }}
30+
vc inspect $job_id --wait --token=${{ secrets.VERCEL_TOKEN }} --scope=vercel
3131
validate-docs-links:
3232
runs-on: ubuntu-latest
3333
steps:

0 commit comments

Comments
 (0)