gitea actions 修复脚本
Some checks failed
ARS Tools Deploy / build-and-deploy (push) Failing after 1m18s

This commit is contained in:
San Liy 2023-12-15 20:17:36 +08:00
parent 3b56fa53f7
commit 19fcc3ef60

View File

@ -20,7 +20,7 @@ jobs:
- name: npm安装依赖
run: npm install
- name: 🌺npm构建
run: vite build
run: npm run build
- name: 💪部署
uses: https://gitee.com/akabc23333/github-pages-deploy-action@v4.5.0
with: