Skip to content

Commit 72c1e19

Browse files
committed
fixed docs action
1 parent 0b8ea03 commit 72c1e19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
fetch-depth: 0
18+
with:
19+
fetch-depth: 0
1920

2021
- name: Setup python
2122
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)