From ff260c27714c7bc74dfa85c15887e84de8704ec9 Mon Sep 17 00:00:00 2001 From: Ardian <34317628+arddluma@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:07:41 +0100 Subject: [PATCH] Remove cache --- .github/workflows/deploy-docs.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index cd66d646..fc1e6025 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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