From 4a7f19c94acee4cde01e44bebdca0231b173d3f5 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Fri, 22 Mar 2024 08:07:49 +0530 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0d46e617..b2d91a1f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: uses: actions/cache@v3 with: path: ${{ steps.yarn-cache.outputs.YARN_CACHE_DIR }} - key: ${{ runner.os }}-website-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-documents-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-documents-