1
0
This commit is contained in:
syui 2024-03-19 13:29:39 +09:00
parent 34bb31ab7e
commit 2f5591b550
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
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

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules
package-lock.json
example
yarn.lock

2
dist/main.js vendored

File diff suppressed because one or more lines are too long