From 1cf0f92cd33e0a33c8bc451e31894f006f2181ff Mon Sep 17 00:00:00 2001 From: jiwangyihao Date: Fri, 16 May 2025 01:51:59 +0800 Subject: [PATCH] fix: update static HTML export command in GitHub Actions workflow --- .github/workflows/nuxtjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index 3388d33..02199bc 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -58,7 +58,7 @@ jobs: - name: Install dependencies run: pnpm install - name: Static HTML export with Nuxt - run: pnpm generate + run: npx nuxt build --preset github_pages - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: