Skip to content

Commit 734a10c

Browse files
fix workflow
1 parent 3d4dcb6 commit 734a10c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Documentation Build/Test/Deploy
22
on:
33
workflow_dispatch:
44
push:
5-
branches:
5+
branches:
66
- master
77

88
permissions:
@@ -23,13 +23,13 @@ jobs:
2323
with:
2424
node-version: "24"
2525
- uses: oven-sh/setup-bun@v2
26-
with:
26+
with:
2727
bun-version: "1.3.0"
2828
- run: bun install
2929
- name: Lint markdown
3030
run: bun run lint:markdown
3131
- name: Check links
32-
run: bun run check:links
32+
run: bun run script:links
3333
- name: Generate smart contract docs
3434
run: bun run script:generate-smart-contract-docs
3535
- name: Build Docs
@@ -64,4 +64,4 @@ jobs:
6464

6565

6666

67-
67+

0 commit comments

Comments
 (0)