We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734a10c commit 2dff5f2Copy full SHA for 2dff5f2
.github/workflows/master.yml
@@ -19,21 +19,26 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v5
22
+
23
- uses: actions/setup-node@v6
24
with:
25
node-version: "24"
26
27
- uses: oven-sh/setup-bun@v2
28
29
bun-version: "1.3.0"
30
31
- run: bun install
32
33
- name: Lint markdown
34
run: bun run lint:markdown
35
36
- name: Check links
37
run: bun run script:links
- - name: Generate smart contract docs
- run: bun run script:generate-smart-contract-docs
38
39
- name: Build Docs
40
run: bunx vocs build
41
42
- name: Upload Docs to Pages
43
uses: actions/upload-artifact@v4
44
0 commit comments