You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,11 @@ jobs:
20
20
steps:
21
21
- name: Checkout your repository using git
22
22
uses: actions/checkout@v4
23
+
with:
24
+
# We need this for the `lastUpdated` configuration in the Starlight docs to work.
25
+
#
26
+
# Number of commits to fetch. 0 indicates all history for all branches and tags. If not set to `0` the checkout action will truncate git history for performance reasons. Loosing accurate updated date data to show on docs pages.
0 commit comments