fix: update static HTML export command in GitHub Actions workflow

This commit is contained in:
2025-05-16 01:51:59 +08:00
parent 131f41c4db
commit 1cf0f92cd3

View File

@@ -58,7 +58,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
- name: Static HTML export with Nuxt - name: Static HTML export with Nuxt
run: pnpm generate run: npx nuxt build --preset github_pages
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with: