update ci, add base option at build

This commit is contained in:
ClasWen 2024-03-30 14:51:17 +08:00
parent 16cf52a899
commit 6d161ac10e

View file

@ -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