Skip to content

Commit a679e47

Browse files
committed
fix workflow
1 parent 1e82735 commit a679e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
node-version: 16
2424
cache: "npm"
2525
- name: Install Dependencies
26-
- run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci
26+
run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci
2727

2828
- name: Build
29-
- run: npm run build
29+
run: npm run build
3030
deploy:
3131
environment:
3232
name: github-pages

0 commit comments

Comments
 (0)