Skip to content

Commit

Permalink
chore: use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Oct 29, 2024
1 parent d0c4bc9 commit c7a6f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
node-version: lts/*
cache: npm
- run: npm i
- run: npm ci
- run: npm run build # set up 'build' script in your package.json

- name: Build documents
Expand Down

0 comments on commit c7a6f83

Please sign in to comment.