Skip to content

Commit 088e2d5

Browse files
committed
ci: use npm install instead of npm ci for mystmd build
1 parent 3720552 commit 088e2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ipynb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build mystmd from source
3232
working-directory: /tmp/mystmd
3333
run: |
34-
npm ci
34+
npm install
3535
npx turbo run build
3636
3737
- name: Build HTML with custom mystmd

0 commit comments

Comments
 (0)