mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 21:01:38 +08:00
fix: update dependency installation process in GitHub Actions workflow
This commit is contained in:
4
.github/workflows/nuxtjs.yml
vendored
4
.github/workflows/nuxtjs.yml
vendored
@@ -56,7 +56,9 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-nuxt-build-
|
${{ runner.os }}-nuxt-build-
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --unsafe-perm
|
run: |
|
||||||
|
echo "y" | pnpm approve-builds
|
||||||
|
pnpm install
|
||||||
- name: Static HTML export with Nuxt
|
- name: Static HTML export with Nuxt
|
||||||
run: pnpm generate
|
run: pnpm generate
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user