Skip to content

Commit

Permalink
Publish rustdocs on GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Sep 13, 2024
1 parent f80981f commit 7546296
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
npm run wasm-release
npm run build --if-present
- name: Install cargo
run: rustup toolchain install stable

- name: Build docs
run: |
cd graph
cargo doc --no-deps
mv target/doc ../web/dist/
- name: Publish
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 7546296

Please sign in to comment.