Skip to content

Commit c0a0048

Browse files
authored
Merge pull request #79 from eclipse-leda/copilot/fix-build-problem
Fix CI build: use npm install for docsy theme dependencies
2 parents 38bca25 + 1eeb60a commit c0a0048

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)