Stephen Seo
b0e898fb17
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 20s
12 lines
270 B
YAML
12 lines
270 B
YAML
name: Build and Publish WASM version of demo
|
|
run-name: ${{ gitea.actor }} is building the WASM version
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'main'
|
|
|
|
jobs:
|
|
Build-And-Deploy:
|
|
runs-on: archLinux
|
|
steps:
|
|
- run: cd && ./build_and_deploy_jumpartifact.com_demo_0.sh
|