From 2faee2931e4fdf513f650945359712dfce26b4e6 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Fri, 23 Feb 2024 08:29:09 +0000 Subject: [PATCH] Disable Nuxt GH Actions defaults --- .github/workflows/github_pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 9b7e514..1000f69 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -37,8 +37,8 @@ jobs: cache: pnpm - name: Setup Pages uses: actions/configure-pages@v4 - with: - static_site_generator: nuxt + #with: + # static_site_generator: nuxt - name: Restore cache uses: actions/cache@v4 with: