1
0
This commit is contained in:
2025-07-18 12:20:46 +09:00
parent 4a1594bd11
commit 31588fc4b7
3 changed files with 7 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ jobs:
submodules: true
fetch-depth: 0
- run: |
yarn install
npm install -g yarn@1.22.19 # ← yarn 1系を使う
yarn install --frozen-lockfile --ignore-engines
rm -rf public
git clone https://${GITEA_TOKEN}@git.syui.ai/ai/card_public public
rm -rf public/.git*