🚀 Modify deployment command

This commit is contained in:
2025-11-04 00:27:34 +08:00
parent d002a5be5a
commit 3168b7ff43

View File

@@ -44,7 +44,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: cd frontend && npm ci
run: cd frontend && npm i
- name: Build with VitePress
run: cd frontend && npm run docs:build
- name: Upload artifact