diff --git a/.github/workflows/dox.yml b/.github/workflows/dox.yml index afcc390..1041111 100644 --- a/.github/workflows/dox.yml +++ b/.github/workflows/dox.yml @@ -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: