1 parent d47ec39 commit 3ccb80aCopy full SHA for 3ccb80a
1 file changed
.github/workflows/deploy.yml
@@ -20,6 +20,11 @@ jobs:
20
runs-on: ubuntu-24.04-arm
21
steps:
22
- 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
28
- name: Deploy
29
run: make ciDeploy
30
env:
0 commit comments