Update nuxtjs.yml

This commit is contained in:
Mrrp 2024-12-22 14:02:27 -08:00 committed by GitHub
parent 5eb48fb4b6
commit 1245b8a8ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,14 +35,6 @@ jobs:
uses: denoland/setup-deno@v2 uses: denoland/setup-deno@v2
with: with:
deno-version: v2.x deno-version: v2.x
- 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 - name: Restore cache
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
@ -52,7 +44,6 @@ jobs:
key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }} key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }}
restore-keys: | restore-keys: |
${{ runner.os }}-nuxt-build- ${{ runner.os }}-nuxt-build-
- name: Install dependencies - name: Install dependencies
run: deno install run: deno install
- name: Generate project as a static site - name: Generate project as a static site