We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8d9c6 commit c86e351Copy full SHA for c86e351
.github/workflows/deploy.yml
@@ -24,6 +24,8 @@ jobs:
24
steps:
25
# 1️⃣ main 分支代码
26
- uses: actions/checkout@v4
27
+ with:
28
+ fetch-depth: 0
29
30
# 2️⃣ docs 分支代码放到 mkdocs/ 目录
31
0 commit comments