Skip to content

Commit 729e9e3

Browse files
committed
fi cont
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 0b84a60 commit 729e9e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v5
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Set up Python ${{ matrix.python-version }}
1921
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)