commit: f15fff3258edb3c25405c90e06e4994c90efaa79
parent 7d94db86613113c6298ee41605d37c0ed99e3cdc
Author: Nick Brassel <nick@tzarc.org>
Date: Fri, 12 Jul 2024 09:01:20 +1000
[CI] Pull full history before generating index (#24102)
For some reason the history generation is way out.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml
@@ -83,6 +83,8 @@ jobs:
- name: Checkout QMK Firmware
uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
- name: Download firmwares
uses: actions/download-artifact@v4