Skip to content

Commit

Permalink
修复历史记录显示错误 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Sep 19, 2024
1 parent f52ce3f commit 6eb309e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
# 第一步:检出代码
- name: 检出代码
uses: actions/checkout@v3
with:
fetch-depth: 0

# 第二步:安装 pnpm
- name: 安装 pnpm
Expand All @@ -23,7 +25,7 @@ jobs:
# 第三步:安装依赖
- name: 安装依赖
run: pnpm install

# 第四步:构建项目
- name: 构建项目
run: pnpm build # 构建 VitePress 项目
Expand Down

0 comments on commit 6eb309e

Please sign in to comment.