mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-16 12:22:03 +08:00
fix: update static HTML export command in GitHub Actions workflow
This commit is contained in:
2
.github/workflows/nuxtjs.yml
vendored
2
.github/workflows/nuxtjs.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user