Skip to content

Commit 2dff5f2

Browse files
remove smart contract docs as they are a cucumber
1 parent 734a10c commit 2dff5f2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/master.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,26 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v5
22+
2223
- uses: actions/setup-node@v6
2324
with:
2425
node-version: "24"
26+
2527
- uses: oven-sh/setup-bun@v2
2628
with:
2729
bun-version: "1.3.0"
30+
2831
- run: bun install
32+
2933
- name: Lint markdown
3034
run: bun run lint:markdown
35+
3136
- name: Check links
3237
run: bun run script:links
33-
- name: Generate smart contract docs
34-
run: bun run script:generate-smart-contract-docs
38+
3539
- name: Build Docs
3640
run: bunx vocs build
41+
3742
- name: Upload Docs to Pages
3843
uses: actions/upload-artifact@v4
3944
with:

0 commit comments

Comments
 (0)