Skip to content

Commit 3ffa76f

Browse files
authored
Update docs-deploy.yml
Adjusted checkout fetch depth
1 parent e605525 commit 3ffa76f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12+
with:
13+
fetch-depth: '0'
1214
- uses: actions/setup-python@v4
1315
with:
1416
python-version: 3.x

0 commit comments

Comments
 (0)