Skip to content

Commit ada29d7

Browse files
committed
CI: don't make a shallow Git clone for docs
1 parent a12384c commit ada29d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
run: |
5959
python --version
6060
- uses: actions/checkout@v2
61+
with:
62+
fetch-depth: 0
6163
- name: Install doc dependencies
6264
run: |
6365
python -m pip install -r doc/requirements.txt

0 commit comments

Comments
 (0)