mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
update ci, add base option at build
This commit is contained in:
parent
16cf52a899
commit
6d161ac10e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: npm install
|
||||
|
||||
- name: build
|
||||
run: npm run build
|
||||
run: npm run build --base ${{ github.event.repository.name }}
|
||||
|
||||
- name: Deploy # 部署
|
||||
uses: JamesIves/github-pages-deploy-action@v4.5.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue