deploy after build
This commit is contained in:
parent
8ab912429b
commit
1da005e811
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: Strudel Build
|
||||
name: Build & Deploy
|
||||
|
||||
on: [workflow_dispatch]
|
||||
|
||||
|
|
@ -13,3 +13,4 @@ jobs:
|
|||
cache: "npm"
|
||||
- run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci
|
||||
- run: npm run build
|
||||
- run: npm run deploy
|
||||
Loading…
Add table
Add a link
Reference in a new issue