added install wasm32 target to deploy.yml

pull/465/head
Benjamin Hansen 1 year ago
parent 2898a72bc0
commit 6af1fe9ed7

@ -12,7 +12,7 @@ jobs:
- name: Build WASM
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
rustup target add wasm32-unknown-unknown
sh build-wasm.sh
- name: Install and Build Vuepress

Loading…
Cancel
Save