fix
This commit is contained in:
parent
34bb31ab7e
commit
2f5591b550
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -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
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
node_modules
|
||||
package-lock.json
|
||||
example
|
||||
yarn.lock
|
||||
|
2
dist/main.js
vendored
2
dist/main.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user