Skip to content

Commit

Permalink
Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Nov 17, 2023
1 parent ab1f270 commit ff260c2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@ jobs:
with:
node-version: 18.x

- name: Determine npm cache directory
id: npm-cache
run: echo "dir=$(npm config get cache)" >> $GITHUB_ENV

- name: Restore npm cache
uses: actions/cache@v3
with:
path: ${{ dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit ff260c2

Please sign in to comment.