Stephen Seo
bd3f760588
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 15s
9 lines
240 B
YAML
9 lines
240 B
YAML
name: Build and Publish WASM version of demo
|
|
run-name: ${{ gitea.actor }} is building the WASM version
|
|
on: [push]
|
|
|
|
jobs:
|
|
Build-And-Deploy:
|
|
runs-on: archLinux
|
|
steps:
|
|
- run: cd && ./build_and_deploy_jumpartifact.com_demo_0.sh
|