Skip to content

Commit c6755a9

Browse files
build docs with rust
1 parent 667b034 commit c6755a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Output rust version for educational purposes
4848
run: rustup --version
4949

50+
- name: Generate Docs
51+
run: cd docs/generation && cargo run src/main
52+
5053
- name: Cache Bun
5154
uses: actions/cache@v4
5255
with:

0 commit comments

Comments
 (0)