refactor: redundant
This commit is contained in:
parent
aa5575e6bd
commit
1d852ba2dc
12
.github/workflows/dox.yml
vendored
12
.github/workflows/dox.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user