updated cache
All checks were successful
Build and Deploy docker container / build (push) Successful in 3m38s

This commit is contained in:
2024-11-20 23:20:04 -06:00
parent 58798646df
commit b806e8af0e
3 changed files with 4 additions and 2 deletions

View File

@ -35,6 +35,8 @@ jobs:
path: |
${{ steps.yarn-cache-dir-path.outputs.dir }}
${{ github.workspace }}/.next/
node_modules/
${{ github.workspace }}/out/
key: '${{ runner.os }}-yarn-${{ hashFiles(''**/yarn.lock'') }}'
restore-keys: |
${{ runner.os }}-yarn-