From 1245b8a8cada589be7cf709af8fa95b94a713284 Mon Sep 17 00:00:00 2001 From: Mrrp <94077364+TheFelidae@users.noreply.github.com> Date: Sun, 22 Dec 2024 14:02:27 -0800 Subject: [PATCH] Update nuxtjs.yml --- .github/workflows/nuxtjs.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index 1444bb6..d4b7be5 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -35,14 +35,6 @@ jobs: uses: denoland/setup-deno@v2 with: 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 uses: actions/cache@v4 with: @@ -52,7 +44,6 @@ jobs: key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }} restore-keys: | ${{ runner.os }}-nuxt-build- - - name: Install dependencies run: deno install - name: Generate project as a static site