docs: 完善文档站的代码检查和涉及的文本替换 (#14156)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Lucien Shaw
2025-09-18 23:53:59 +08:00
committed by GitHub
parent 258857a00a
commit 4f5500d75b
39 changed files with 608 additions and 564 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v5
with:
node-version: 22
node-version: 24
cache: pnpm
cache-dependency-path: "./docs/pnpm-lock.yaml"
@@ -58,6 +58,9 @@ jobs:
run: pnpm run build
working-directory: "./docs"
- name: AWS config sync
run: cp ./docs/staticwebapp.config.json ./docs/.vuepress/dist/staticwebapp.config.json
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: