Skip to content

Commit

Permalink
[CI] Fix documentation CI
Browse files Browse the repository at this point in the history
Signed-off-by: KernelErr <[email protected]>
  • Loading branch information
KernelErr authored and hydai committed Feb 10, 2022
1 parent e7a7863 commit 460e9a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- -y
export PATH="$HOME/.cargo/bin:$PATH"
rustup toolchain install nightly
rustup default nightly
rustup target add wasm32-wasi
- name: Build 🔧
Expand Down

0 comments on commit 460e9a6

Please sign in to comment.