fix: github deploy action

This commit is contained in:
Acbox
2026-01-12 19:01:19 +08:00
parent c94b8c4baa
commit e676154057
3 changed files with 12 additions and 13 deletions
+2 -6
View File
@@ -55,14 +55,10 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: |
cd docs
pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile
- name: Build with VitePress
run: |
cd docs
pnpm run build
run: pnpm --filter @memoh/docs build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4