diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 8d7cb1819c..3009a15840 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -64,18 +64,18 @@ jobs: id: gatsby-cache-folder with: path: .cache - key: ${{ runner.os }}-cache-gatsbyV2-vercel-${{ github.sha }} + key: ${{ runner.os }}-cache-gatsbyV2-${{ github.sha }} restore-keys: | - ${{ runner.os }}-cache-gatsbyV2-vercel- + ${{ runner.os }}-cache-gatsbyV2- - name: Gatsby Public Folder uses: actions/cache@v4 id: gatsby-public-folder with: path: public/ - key: ${{ runner.os }}-public-gatsbyV2-vercel-${{ github.sha }} + key: ${{ runner.os }}-public-gatsbyV2-${{ github.sha }} restore-keys: | - ${{ runner.os }}-public-gatsbyV2-vercel- + ${{ runner.os }}-public-gatsbyV2- - run: npm install - run: npm run build