mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 05:38:35 +00:00
fix workflow
This commit is contained in:
parent
1e82735241
commit
a679e47c0d
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user