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
|
- main
|
||||||
environment: gh-pages
|
environment: gh-pages
|
||||||
|
|
||||||
|
env:
|
||||||
|
GITEA_MAIL: ${{ secrets.GITEA_MAIL }}
|
||||||
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-deploy:
|
build-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -16,8 +20,14 @@ jobs:
|
|||||||
node-version: 25
|
node-version: 25
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: atmosphere/package-lock.json
|
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/
|
working-directory: min-react/
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
TZ: "Asia/Tokyo"
|
TZ: "Asia/Tokyo"
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user