Skip to content

Commit

Permalink
refactor: redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Feb 13, 2024
1 parent aa5575e commit 1d852ba
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/dox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ jobs:
with:
path: website
ref: website

- name: Get npm cache directory
id: npm-cache-dir
shell: bash
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
- uses: actions/cache@v4
id: npm-cache
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- id: cache-node-modules
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 1d852ba

Please sign in to comment.