Skip to content

Commit

Permalink
ci: add npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrdk committed Mar 12, 2024
1 parent 0ee3339 commit 84fb27b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run build
env:
Expand Down

0 comments on commit 84fb27b

Please sign in to comment.