ci: prepare proper build script, move script into /scripts, move index.html into /assets

This commit is contained in:
2023-09-11 16:44:44 -05:00
parent de5cddd9b6
commit d15dbe3982
5 changed files with 33 additions and 32 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Rust Cache # cache the rust build artefacts
uses: Swatinem/rust-cache@v1
- name: Build # build
run: ./build.sh
run: ./scripts/build-wasm.sh
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with: