fix gh-actions
This commit is contained in:
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@@ -18,10 +18,8 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 25
|
node-version: 25
|
||||||
cache: 'npm'
|
|
||||||
cache-dependency-path: atmosphere/package-lock.json
|
|
||||||
- run: |
|
- run: |
|
||||||
npm ci
|
npm i
|
||||||
rm -rf dist/vrma
|
rm -rf dist/vrma
|
||||||
git clone https://syu:${GITEA_TOKEN}@git.syui.ai/ai/vrma
|
git clone https://syu:${GITEA_TOKEN}@git.syui.ai/ai/vrma
|
||||||
cp -rf ./vrma/model/ai.vrm public/
|
cp -rf ./vrma/model/ai.vrm public/
|
||||||
|
|||||||
Reference in New Issue
Block a user