deploy after build

This commit is contained in:
Felix Roos 2022-09-19 21:58:12 +02:00
parent 8ab912429b
commit 1da005e811

View File

@ -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