Skip to content

Commit ea6a6b4

Browse files
Add automatic playground builds
Signed-off-by: Marek Maškarinec <[email protected]>
1 parent 604dc58 commit ea6a6b4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/package.yml

+4
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@ jobs:
6161
- name: Deploy
6262
run: |
6363
rsync th_emscripten.a [email protected]:www/tophat-web/dl/th_emscripten.a
64+
- name: Build and deploy playground
65+
run: |
66+
./cmd/th_emscripten_link_playground
67+
rsync -r ../th_wasm_out/wasm-out/* [email protected]:www/tophat-web/playground

lib/umka

Submodule umka updated 1 file

0 commit comments

Comments
 (0)