mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
docs: 新增西班牙语和日语README并优化多语言文档
新增README-ES.md(西班牙语)和README-JA.md(日语)文档,完善多语言README互链。优化各语言README徽章、技术栈、外链格式及语言切换区,提升文档一致性与可读性。
This commit is contained in:
12
.github/workflows/github-pages.yml
vendored
12
.github/workflows/github-pages.yml
vendored
@@ -19,15 +19,17 @@ jobs:
|
||||
- name: 检出代码
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: 安装 pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
- name: 安装 Nodejs
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 20 # 建议使用 LTS 版本
|
||||
node-version: 20
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: 安装 pnpm 并构建前端
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
run_install: true
|
||||
- name: 安装依赖
|
||||
run: pnpm install
|
||||
|
||||
- name: 构建前端项目
|
||||
run: pnpm run build
|
||||
|
||||
Reference in New Issue
Block a user