Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Add rust doc output to pages (#58)
Browse files Browse the repository at this point in the history
First attempt at adding rustdoc to github pages. This is a step towards #46
  • Loading branch information
Cypher1 authored Mar 15, 2022
1 parent 46cd33e commit 9d9857c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ibis_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
version: 'latest'
- name: Build using wasm-pack
run: wasm-pack build --target web --locked --release --verbose
- name: Build docs using cargo doc
run: cargo doc
- Move docs to docs folder
run: mv ./target/docs/* ./docs/
- uses: actions/upload-artifact@v2
with:
if-no-files-found: error
Expand Down

0 comments on commit 9d9857c

Please sign in to comment.