inverts /

This commit is contained in:
Llywelwyn 2023-09-03 22:38:46 +01:00 committed by GitHub
parent 195d206dd7
commit 94ad42e0b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,9 @@ jobs:
- name: Build, bind WASM
run: |
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen target\wasm32-unknown-unknown\release\rust-rl.wasm --out-dir wasm --no-modules --no-typescript
cp wasm\rust-rl_bg.wasm web\
cp wasm\rust-rl.js web\
wasm-bindgen target/wasm32-unknown-unknown/release/rust-rl.wasm --out-dir wasm --no-modules --no-typescript
cp wasm/rust-rl_bg.wasm web/
cp wasm/rust-rl.js web/
- name: Publish web\ to gh-pages
env:
GITHUB_TOKEN: ${{ github.token }}