更新 .gitea/workflows/build-action.yaml
Frontend CI/CD / build (web-office) (push) Successful in 6m45s Details

This commit is contained in:
z9130 2024-09-17 12:29:34 +08:00
parent 8bfcca45fd
commit 950c18df0f
1 changed files with 4 additions and 4 deletions

View File

@ -37,15 +37,15 @@ jobs:
git checkout test
echo "Repository cloned and checked out to test branch."
# Cache pnpm dependencies
# Cache pnpm dependencies
- name: Cache pnpm store
uses: https://gitea.com/actions/cache@v3
uses: actions/cache@v3
id: pnpm-cache
with:
path: ~/.pnpm-store
path: .pnpm-store
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pansoft-plrl/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
${{ runner.os }}-pnpm-store-
# Install dependencies and build
- name: Install dependencies and build