Skip to content

Commit fb166e9

Browse files
Set fetch depth to 0
1 parent 63582ad commit fb166e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
1416

1517
- name: Install pandoc
1618
uses: pandoc/actions/setup@v1

0 commit comments

Comments
 (0)