mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +00:00
chore: Fix rust doc? (#415)
This commit is contained in:
parent
590479cc5b
commit
89cd606e58
6
.github/workflows/rustdoc.yml
vendored
6
.github/workflows/rustdoc.yml
vendored
@ -19,15 +19,13 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup rust toolchain
|
||||
- name: Setup Rust toolchain
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
components: rustfmt, rust-src
|
||||
|
||||
- name: Build Documentation
|
||||
env:
|
||||
RUSTDOCFLAGS: "--enable-index-page -Zunstable-options"
|
||||
run: cargo +nightly doc --all --no-deps
|
||||
run: cargo doc --all --no-deps
|
||||
|
||||
- name: Deploy Docs
|
||||
uses: peaceiris/actions-gh-pages@v3.9.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
[toolchain]
|
||||
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
|
||||
channel = "nightly-2022-12-01"
|
||||
components = [ "rustfmt", "clippy" ]
|
||||
components = [ "rustfmt", "clippy", "rust-src" ]
|
||||
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
|
||||
profile = "minimal"
|
||||
|
Loading…
x
Reference in New Issue
Block a user