Skip to content

Commit

Permalink
the
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Aug 29, 2024
1 parent fa7054b commit 8290cb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:

- name: "Build docs"
run: |
curl -X POST ${{secrets.DOCS_DEPLOY_HOOK_URL}}
pnpm install --global vercel
job_id=$(curl -X POST ${{secrets.DOCS_DEPLOY_HOOK_URL}} | jq -r '.job.id')
vc inspect $job_id --wait
validate-docs-links:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8290cb2

Please sign in to comment.