Skip to content

Commit 1d3964c

Browse files
neutronmoderatornahoc
authored andcommitted
BM-1508: do small fix to see docs CI status (#1035)
Co-authored-by: Cohan Carpentier <[email protected]>
1 parent 1f34ba7 commit 1d3964c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ jobs:
5454
bun install --global vercel@latest
5555
vercel telemetry disable
5656
57+
- name: Link Vercel Project
58+
env:
59+
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
60+
VERCEL_ORG_ID: team_x2TOoPBcvZhOcs3NOcG4IfAo
61+
VERCEL_PROJECT_ID: prj_52J4bKnmBJxkhM6DQIxXBPsI2L7N
62+
run: |
63+
vercel link --confirm --token=${{ secrets.VERCEL_TOKEN }} --yes
64+
5765
- name: Deploy to Vercel
5866
id: deploy
5967
env:

documentation/vocs.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const DEVELOPERS_ITEMS = [
172172
},
173173
{
174174
text: "OP Kailua Book",
175-
link: "https://risc0.github.io/kailua/",
175+
link: "https://boundless-xyz.github.io/kailua/",
176176
},
177177
],
178178
},

0 commit comments

Comments
 (0)