mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-28 17:04:20 +03:00
Build and publish cargo docs too
First try, real try...
This commit is contained in:
parent
6749edb2b6
commit
8c732feffb
9
.github/workflows/book.yml
vendored
9
.github/workflows/book.yml
vendored
@ -18,6 +18,15 @@ jobs:
|
||||
run: |
|
||||
cd book
|
||||
mdbook build
|
||||
|
||||
- name: Install Rust
|
||||
uses: hecrj/setup-rust-action@v1
|
||||
|
||||
- name: Generate rustdoc
|
||||
run: |
|
||||
cargo doc --no-deps
|
||||
mv target/doc book/book/rustdoc
|
||||
|
||||
- name: Publish HTML
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user