Skip to content

Commit

Permalink
Update deploy-interactive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yendric committed Jan 28, 2024
1 parent b137239 commit af230e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-interactive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
rustup target add wasm32-wasi
cargo build --target "wasm32-wasi" --lib --release
mkdir interactive/public
cp target/wasm32-wasi/release/predicate_logic_visualizer.wasm interactive/public/predicate_logic_visualizer.wasm
cd interactive
pnpm install
Expand Down

0 comments on commit af230e0

Please sign in to comment.