We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e82735 commit a679e47Copy full SHA for a679e47
.github/workflows/deploy.yml
@@ -23,10 +23,10 @@ jobs:
23
node-version: 16
24
cache: "npm"
25
- name: Install Dependencies
26
- - run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci
+ run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci
27
28
- name: Build
29
- - run: npm run build
+ run: npm run build
30
deploy:
31
environment:
32
name: github-pages
0 commit comments