Skip to content

Commit 66a0a8d

Browse files
committed
fix: article last modified times being built time
CI runner was only fetching latest commit
1 parent 4988854 commit 66a0a8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v3
21+
with:
22+
fetch-depth: 0
23+
2124
- name: Install, build, and upload site
2225
uses: withastro/action@v0
2326

0 commit comments

Comments
 (0)