Skip to content

Commit c16f310

Browse files
committed
Add to build workflow
1 parent b8a0b80 commit c16f310

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/website.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
cd website
8181
npm run generate-editor-structure
8282
83+
- name: Generate node catalog documentation
84+
run: |
85+
cd tools/node-docs
86+
cargo run
87+
8388
- name: 🌐 Build Graphite website with Zola
8489
env:
8590
MODE: prod

0 commit comments

Comments
 (0)