Skip to content

Commit 2159fea

Browse files
committed
insert into the mdbook workflow
1 parent d1148dc commit 2159fea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mdbook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
uses: actions/configure-pages@v5
4343
- name: Build with mdBook
4444
run: mdbook build
45+
- name: Generate JSON data
46+
run: cargo run -- json 2024h2 --json-path book/html/api/2024h2.json
4547
- name: Upload artifact
4648
uses: actions/upload-pages-artifact@v3
4749
with:

0 commit comments

Comments
 (0)