mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
deploy after build
This commit is contained in:
parent
8ab912429b
commit
1da005e811
@ -1,4 +1,4 @@
|
|||||||
name: Strudel Build
|
name: Build & Deploy
|
||||||
|
|
||||||
on: [workflow_dispatch]
|
on: [workflow_dispatch]
|
||||||
|
|
||||||
@ -13,3 +13,4 @@ jobs:
|
|||||||
cache: "npm"
|
cache: "npm"
|
||||||
- run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci
|
- run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
- run: npm run deploy
|
||||||
Loading…
x
Reference in New Issue
Block a user