Skip to content

Commit

Permalink
astro cache
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotcestari committed Jun 13, 2024
1 parent e9ff82c commit 10833f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
uses: actions/cache@v4
with:
path: |
apps/next-auth/node_modules
apps/next-auth/dist
apps/next-introdutorio/node_modules
apps/next-introdutorio/dist
apps/next-auth/node_modules/.astro
apps/next-introdutorio/node_modules/.astro
key: ${{ runner.os }}-astro-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-astro-
Expand Down

0 comments on commit 10833f9

Please sign in to comment.