Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeifang committed Jul 15, 2024
1 parent e0200b0 commit 914284a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
with:
node-version: '16'
cache: 'npm'
cache-dependency-path:
- ysyx-docs/package-lock.json
- ysyx-docs/package.json
cache-dependency-path: ysyx-docs/package*.json

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 914284a

Please sign in to comment.