Skip to content

Commit

Permalink
Update nuxtjs.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Beiyan <[email protected]>
  • Loading branch information
AnnaBeiyan committed Jun 9, 2024
1 parent b09dfde commit f6b8f94
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,6 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: latest
#- name: Setup Pages
# uses: actions/configure-pages@v5
# with:
# # Automatically inject router.base in your Nuxt configuration file and set
# target to static (https://nuxtjs.org/docs/configuration-glossary/configuration-target/).
#
# 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: 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 f6b8f94

Please sign in to comment.