mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
docs: 完善文档站的代码检查和涉及的文本替换 (#14156)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/website-workflow.yml
vendored
5
.github/workflows/website-workflow.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user