feat(docs): serve rustdocs (#17084)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Yash Atreya
2025-06-26 17:36:01 +05:30
committed by GitHub
parent 61e38f9af1
commit a7e19963fb
8 changed files with 134 additions and 4 deletions

View File

@@ -28,6 +28,12 @@ jobs:
bun i
npx playwright install --with-deps chromium
- name: Install Rust nightly
uses: dtolnay/rust-toolchain@nightly
- name: Build docs
run: cd book/vocs && bash scripts/build-cargo-docs.sh
- name: Build Vocs
run: |
cd book/vocs/ && bun run build