mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
fix workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user