优化 GitHub Pages 部署工作流,调整构建步骤的格式
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 5m16s
Deploy to GitHub Pages / deploy (push) Has been skipped

This commit is contained in:
hxuanyu 2025-06-27 16:52:57 +08:00
parent b6accfc111
commit b7ea988888

View File

@ -35,6 +35,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build for GitHub Pages
run: npm run build:github