1
0
This commit is contained in:
2024-03-23 15:00:59 +09:00
parent 6f352e491d
commit d9fd41a934
5 changed files with 12 additions and 1 deletions

View File

@ -5,6 +5,10 @@ on:
branches:
- main
env:
GITEA_MAIL: ${{ secrets.GITEA_MAIL }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
jobs:
build-deploy:
runs-on: ubuntu-latest
@ -18,6 +22,9 @@ jobs:
fetch-depth: 0
- run: |
yarn install
rm -rf public
git clone https://${GITEA_TOKEN}@git.syui.ai/ai/card-public public
rm -rf public/.git
- name: Build
env: