fix
This commit is contained in:
parent
177423e543
commit
a3e2d147e4
10
.github/workflows/gh-pages.yml
vendored
10
.github/workflows/gh-pages.yml
vendored
@ -5,6 +5,10 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
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,12 +20,10 @@ jobs:
|
|||||||
ref: main
|
ref: main
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
env:
|
|
||||||
GITEA_MAIL: ${{ secrets.GITEA_MAIL }}
|
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
|
||||||
- run: |
|
- run: |
|
||||||
yarn install
|
yarn install
|
||||||
git clone https://${GITEA_TOKEN}@git.syui.ai/ai/vrma ./dist/vrma
|
rm -rf dist/vrma
|
||||||
|
git clone https://${GITEA_TOKEN}@git.syui.ai/ai/vrma dist/vrma
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user