1
0
This commit is contained in:
2024-03-19 13:29:39 +09:00
parent 34bb31ab7e
commit 2f5591b550
3 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ jobs:
GITEA_MAIL: ${{ secrets.GITEA_MAIL }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
- run: |
npm i
yarn install
git config --global user.email $GITEA_MAIL
git config --global user.name syui
git clone https://${GITEA_TOKEN}@git.syui.ai/ai/vrma ./dist/vrma
@@ -29,7 +29,7 @@ jobs:
env:
TZ: "Asia/Tokyo"
run: |
npm run build
yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3