Skip to content

Commit 8cc1807

Browse files
authored
Improvements to wasm deployment (#78)
* Cancel previous deploy workflow when start new one * Add link to wasm deployment in README
1 parent 6ed293a commit 8cc1807

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/deploy-wasm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- main
88
workflow_dispatch:
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
build:
1216
runs-on: ubuntu-latest

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ WebAssembly [Emscripten-forge](https://emscripten-forge.org/) package, create lo
3535
and test the WebAssembly build.
3636

3737
See the `README.md` in the `wasm` directory for further details.
38+
39+
The latest `cockle` and JupyterLite `terminal` deployments using `git2cpp` are available at
40+
[https://quantstack.net/git2cpp](https://quantstack.net/git2cpp)

0 commit comments

Comments
 (0)