fix: update pnpm install command to use --unsafe-perm

This commit is contained in:
2025-05-16 01:29:34 +08:00
parent af0ae79f66
commit 4a7bcf6cdc

View File

@@ -56,7 +56,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-nuxt-build- ${{ runner.os }}-nuxt-build-
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install --unsafe-perm
- name: Static HTML export with Nuxt - name: Static HTML export with Nuxt
run: pnpm generate run: pnpm generate
- name: Upload artifact - name: Upload artifact