Skip to content

Commit

Permalink
chore: fix workflow caching
Browse files Browse the repository at this point in the history
  • Loading branch information
DGCK81LNN committed May 12, 2024
1 parent 656d864 commit b5bff6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
uses: actions/cache@v4
with:
path: |
site/.nuxt
key: ${{ runner.os }}-nuxt-${{ hashFiles('site/.nuxt') }}
.nuxt
key: ${{ runner.os }}-nuxt-${{ hashFiles('.nuxt') }}
restore-keys: |
${{ runner.os }}-nuxt-
- name: Install dependencies with Yarn
Expand Down

0 comments on commit b5bff6f

Please sign in to comment.