Skip to content

Commit fd06a30

Browse files
committed
Change npm ci to npm install in workflow
1 parent ec60f74 commit fd06a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: '18'
3434

3535
- name: Install npm dependencies
36-
run: npm ci
36+
run: npm install
3737
working-directory: ${{ github.workspace }}
3838

3939
- name: Setup Hugo

0 commit comments

Comments
 (0)