mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup rust toolchain
|
- name: Setup Rust toolchain
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with:
|
|
||||||
components: rustfmt, rust-src
|
|
||||||
|
|
||||||
- name: Build Documentation
|
- name: Build Documentation
|
||||||
env:
|
env:
|
||||||
RUSTDOCFLAGS: "--enable-index-page -Zunstable-options"
|
RUSTDOCFLAGS: "--enable-index-page -Zunstable-options"
|
||||||
run: cargo +nightly doc --all --no-deps
|
run: cargo doc --all --no-deps
|
||||||
|
|
||||||
- name: Deploy Docs
|
- name: Deploy Docs
|
||||||
uses: peaceiris/actions-gh-pages@v3.9.0
|
uses: peaceiris/actions-gh-pages@v3.9.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
|
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
|
||||||
channel = "nightly-2022-12-01"
|
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" ]
|
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user