There was an error while loading. Please reload this page.
1 parent 3fcd663 commit 09152f8Copy full SHA for 09152f8
1 file changed
‎.github/workflows/build-and-push.yml‎
@@ -27,6 +27,9 @@ jobs:
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v7.0.1
30
+ with:
31
+ # Docusaurus uses Git history for last-update author and time.
32
+ fetch-depth: 0
33
34
- name: Determine image label
35
id: vars
0 commit comments