Stephen Seo
8bb6d30ced
Some checks failed
Build and Publish WASM version of demo / Set-Up-emsdk (push) Failing after 0s
9 lines
230 B
YAML
9 lines
230 B
YAML
name: Build and Publish WASM version of demo
|
|
run-name: ${{ gitea.actor }} is building the WASM version
|
|
on: [push]
|
|
|
|
jobs:
|
|
Set-Up-emsdk:
|
|
runs-on: archLinux
|
|
steps:
|
|
- run: ./build_and_deploy_jumpartifact.com_demo_0.sh
|