From 7b4614160bf7e0c68fc1a6d7a1ef9ccbf0eeec04 Mon Sep 17 00:00:00 2001 From: dotPast <83116565+dotPast@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:27:17 +0300 Subject: [PATCH] remove caching step --- .github/workflows/deploy.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f192138..bbc342a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,15 +58,6 @@ jobs: # # You may remove this line if you want to manage the configuration yourself. static_site_generator: nuxt - - name: Restore cache - uses: actions/cache@v4 - with: - path: | - dist - .nuxt - key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }} - restore-keys: | - ${{ runner.os }}-nuxt-build- - name: Install dependencies run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }} - name: Static HTML export with Nuxt