* 更新主题配置文件

🔧配置更改
1. 隐藏页面下方的“在 Github 上”编辑按钮

* 更细顶栏配置文件

🐛配置修复
1. 删除无用配置信息

* 更新 CI 部署流程

🐛配置修复
1. 修复了 @vuepress/plugin-git 无法正常获取 Git 提交信息的问题
This commit is contained in:
2024-11-09 08:43:14 +08:00
committed by GitHub
parent 6b6f6a41d7
commit 2c256dd21a
3 changed files with 9 additions and 24 deletions

View File

@@ -13,23 +13,25 @@ jobs:
steps:
- name: 🚚 Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
name: Install pnpm
name: 🔧Install pnpm
with:
version: 9
run_install: false
- name: Install Node.js
- name: 🔧Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
- name: 🔧Install dependencies
run: pnpm install
- name: Build doc
- name: 🔴Build doc
run: pnpm run docs:build
- name: 📂 Sync files