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_MAIL: ${{ secrets.GITEA_MAIL }}
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
- run: |
|
- run: |
|
||||||
npm i
|
yarn install
|
||||||
git config --global user.email $GITEA_MAIL
|
git config --global user.email $GITEA_MAIL
|
||||||
git config --global user.name syui
|
git config --global user.name syui
|
||||||
git clone https://${GITEA_TOKEN}@git.syui.ai/ai/vrma ./dist/vrma
|
git clone https://${GITEA_TOKEN}@git.syui.ai/ai/vrma ./dist/vrma
|
||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TZ: "Asia/Tokyo"
|
TZ: "Asia/Tokyo"
|
||||||
run: |
|
run: |
|
||||||
npm run build
|
yarn build
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
example
|
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