Update deploy.yml

This commit is contained in:
Eshan Roy (Eshanized)
2024-03-22 08:07:49 +05:30
committed by GitHub
parent f2b8c17002
commit 4a7f19c94a

View File

@@ -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-