diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 48d15bb4..ce703625 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: toolchain: nightly override: true components: rustfmt, clippy - targes: wasm32-unknown-unknown + target: wasm32-unknown-unknown # With rustup's nice new toml format, we just need to run rustup show to install the toolchain # https://github.com/actions-rs/toolchain/issues/126#issuecomment-782989659