Skip to content

Commit 3ccb80a

Browse files
committed
GHA checkout to fetch all history
1 parent d47ec39 commit 3ccb80a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
runs-on: ubuntu-24.04-arm
2121
steps:
2222
- uses: actions/checkout@v5
23+
with:
24+
# Fetch all history for all branches and tags
25+
# so last updated timestamps are available for Astro when building
26+
# https://starlight.astro.build/reference/configuration/?utm_source=chatgpt.com#lastupdated
27+
fetch-depth: 0
2328
- name: Deploy
2429
run: make ciDeploy
2530
env:

0 commit comments

Comments
 (0)