cleanup
This commit is contained in:
12
.github/workflows/gh-pages.yml
vendored
12
.github/workflows/gh-pages.yml
vendored
@@ -6,6 +6,10 @@ on:
|
||||
- main
|
||||
environment: gh-pages
|
||||
|
||||
env:
|
||||
GITEA_MAIL: ${{ secrets.GITEA_MAIL }}
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -16,8 +20,14 @@ jobs:
|
||||
node-version: 25
|
||||
cache: 'npm'
|
||||
cache-dependency-path: atmosphere/package-lock.json
|
||||
- run: npm ci
|
||||
- run: |
|
||||
npm ci
|
||||
rm -rf dist/vrma
|
||||
git clone https://${GITEA_TOKEN}@git.syui.ai/ai/vrma
|
||||
cp -rf ./vrma/model/ai.vrm public/
|
||||
cp -rf ./vrma/anime/idle.vrma public/
|
||||
working-directory: min-react/
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
TZ: "Asia/Tokyo"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user