Skip to content

Commit c465c31

Browse files
Merge pull request #41 from devinekask/feature/modified-time
fetch-depth: 0
2 parents 5079047 + 2f220b5 commit c465c31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v4
23+
with:
24+
fetch-depth: 0 # Shallow clones should be disabled for last edited date to work properly
2325
- name: Install, build, and upload your site
2426
uses: withastro/action@v4
2527
# with:

0 commit comments

Comments
 (0)