Skip to content

Commit

Permalink
Restore cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jphetphoumy committed May 6, 2024
1 parent f1407e5 commit d5f272b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ jobs:
#
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: nuxt
#- name: Restore cache
# uses: actions/cache@v4
# with:
# path: |
# dist
# .nuxt
# key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }}
# restore-keys: |
# ${{ runner.os }}-nuxt-build-
- name: Restore cache
uses: actions/cache@v4
with:
path: |
dist
.nuxt
key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }}
restore-keys: |
${{ runner.os }}-nuxt-build-
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Static HTML export with Nuxt
Expand Down

0 comments on commit d5f272b

Please sign in to comment.