2023-08-05 13:47:20 +00:00
|
|
|
name: Build and Publish WASM version of demo
|
|
|
|
run-name: ${{ gitea.actor }} is building the WASM version
|
2023-08-20 08:29:48 +00:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- 'main'
|
2023-08-05 13:47:20 +00:00
|
|
|
|
|
|
|
jobs:
|
2023-08-06 09:14:24 +00:00
|
|
|
Build-And-Deploy:
|
2023-08-05 13:47:20 +00:00
|
|
|
runs-on: archLinux
|
|
|
|
steps:
|
2023-08-06 09:06:27 +00:00
|
|
|
- run: cd && ./build_and_deploy_jumpartifact.com_demo_0.sh
|