From a296705208fc79418a1518fad84908a283ebdc1b Mon Sep 17 00:00:00 2001 From: CaldeiraG Date: Tue, 5 Mar 2024 13:10:35 +0000 Subject: [PATCH] added NITRO_PRESET env variable in hope to fix GHPages --- .github/workflows/nuxtjs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index 8c3f566..5076a7b 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -17,6 +17,8 @@ jobs: # Pick your own package manager and build script - run: npm install - run: npx nuxt build --preset github_pages + env: + NITRO_PRESET: github_pages - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: