Skip to content

Commit fcd9a2b

Browse files
committed
fix “git.too_shallow” in docs building?
1 parent 9268e05 commit fcd9a2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout Code
1616
uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Update packages
1921
run: sudo apt-get update

0 commit comments

Comments
 (0)