Skip to content

Commit

Permalink
Change npm ci command to install
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Nov 17, 2023
1 parent df50492 commit 99b4ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
${{ runner.os }}-node-
- name: Install dependencies
run: npm ci
run: npm install

- name: Build docs
run: npm run docs:build
Expand Down

0 comments on commit 99b4ec0

Please sign in to comment.