We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18220e commit 3c48f16Copy full SHA for 3c48f16
.github/workflows/rust.yaml
@@ -42,10 +42,10 @@ jobs:
42
- name: Install Rust
43
run: |
44
rustup update --no-self-update stable
45
- rustup component add --toolchain stable rustc
+ rustup component add --toolchain stable rustc rust-src
46
rustup default stable
47
rustup target add wasm32-unknown-unknown
48
- - name: Build documentation
+ - name: Build website
49
run: cargo x web
50
- name: Upload site artifact
51
uses: actions/upload-pages-artifact@v3
0 commit comments