Skip to content

Commit 1eeb60a

Browse files
Copilotmikehaller
andcommitted
Fix build: use npm install for docsy theme dependencies
Co-authored-by: mikehaller <920755+mikehaller@users.noreply.github.com>
1 parent 68a6f6f commit 1eeb60a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install theme dependencies
4646
working-directory: ./themes/docsy
4747
run: |
48-
npm ci
48+
npm install
4949
5050
- name: Install build dependencies
5151
run: |

0 commit comments

Comments
 (0)