ci: 添加文档构建和部署工作流

添加 GitHub Actions 工作流用于自动构建和部署 VitePress 文档
同时更新文档配置添加 base 路径
This commit is contained in:
anghunk
2026-01-21 14:36:53 +08:00
parent 903bdef5ac
commit 1a4b6b0dba
2 changed files with 56 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ export default defineConfig({
title: 'CWD 评论系统文档',
description: '基于 Cloudflare Workers 的轻量级评论系统',
lang: 'zh-CN',
base: '/cwd/',
head: [
[
'link',