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 node-version: 16
cache: "npm" cache: "npm"
- name: Install Dependencies - 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 - name: Build
- run: npm run build run: npm run build
deploy: deploy:
environment: environment:
name: github-pages name: github-pages