Skip to content

Commit 5cf7a79

Browse files
committed
Small fix
1 parent 244c33f commit 5cf7a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodeblock_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Generate documentation JSON
2525
run: |
2626
cd source-repo
27-
python scripts/nodeblock_index.py
27+
python scripts/nodeblock_docs.py
2828
2929
# Check out the target repo where we want to commit the JSON file
3030
- name: Check out target repository

0 commit comments

Comments
 (0)