fix workflow

This commit is contained in:
Felix Roos 2022-09-19 22:27:56 +02:00
parent 1e82735241
commit a679e47c0d

View File

@ -23,10 +23,10 @@ jobs:
node-version: 16
cache: "npm"
- name: Install Dependencies
- run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci
run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci
- name: Build
- run: npm run build
run: npm run build
deploy:
environment:
name: github-pages