This commit is contained in:
Mrrp 2025-01-01 00:26:55 -08:00
commit 00fa414474

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