Skip to content

Commit 09152f8

Browse files
JFWooten4codex
andauthored
🔧 Preserve Git history in docs deployment (#2813)
Co-authored-by: Codex <noreply@openai.com>
1 parent 3fcd663 commit 09152f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎.github/workflows/build-and-push.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v7.0.1
30+
with:
31+
# Docusaurus uses Git history for last-update author and time.
32+
fetch-depth: 0
3033

3134
- name: Determine image label
3235
id: vars

0 commit comments

Comments
 (0)