Skip to content

Commit

Permalink
build(ci): add webpage workflows3
Browse files Browse the repository at this point in the history
  • Loading branch information
LincZero committed Jan 19, 2025
1 parent 294f2eb commit 3f2915b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/webpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: 文档 - 文档库克隆
working-directory: ./src/
run: |
rm README.md
# 文档的克隆、构建、部署。注意 `clone --depth 1` 只拉最近一次提交,减少时间
# git clone --depth 1 https://github.com/${GITHUB_REPOSITORY}.git # 如果有多个clone项则替换成这个,避免冲突
git clone --depth 1 https://github.com/${GITHUB_REPOSITORY}.git temp_repo
Expand Down

0 comments on commit 3f2915b

Please sign in to comment.