Skip to content

Commit

Permalink
add assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Oct 12, 2023
1 parent 5d5457a commit 010370a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,9 @@ jobs:
run: cargo build --profile wasm-release --target wasm32-unknown-unknown
- name: WASM
run: wasm-bindgen --out-dir out/ --target web ./target/wasm32-unknown-unknown/release/Simulation.wasm
# - name: Copy Assets
# run: |
# mkdir build
# cp -r pkg build/.
# cp -r assets build/.
# cp index.html build/.
# rm build/pkg/.gitignore
- name: Copy Assets
run: |
cp -r assets out/.
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 010370a

Please sign in to comment.