Add workflow to build/publish WASM
All checks were successful
Build and Publish WASM version of demo / Set-Up-emsdk (push) Successful in 15s
All checks were successful
Build and Publish WASM version of demo / Set-Up-emsdk (push) Successful in 15s
Deploys to https://jumpartifact.com/demo0/
This commit is contained in:
parent
8bc8bdf0c5
commit
f0a2796b90
1 changed files with 9 additions and 0 deletions
9
.gitea/workflows/publish_wasm.yaml
Normal file
9
.gitea/workflows/publish_wasm.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
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: cd /home/gitea_act_runner && ./build_and_deploy_jumpartifact.com_demo_0.sh
|
Loading…
Reference in a new issue