Skip to content

Commit 324700d

Browse files
committed
Deep clone repo for last-updated dates
1 parent 6f59c1a commit 324700d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820

1921
- name: Setup Node.js
2022
uses: actions/setup-node@v4
@@ -44,6 +46,8 @@ jobs:
4446
steps:
4547
- name: Checkout code
4648
uses: actions/checkout@v4
49+
with:
50+
fetch-depth: 0
4751

4852
- name: Setup Node.js
4953
uses: actions/setup-node@v4
@@ -97,6 +101,8 @@ jobs:
97101
steps:
98102
- name: Checkout code
99103
uses: actions/checkout@v4
104+
with:
105+
fetch-depth: 0
100106

101107
- name: Setup Node.js
102108
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)