mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 20:48:27 +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
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user