From f15fff3258edb3c25405c90e06e4994c90efaa79 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Fri, 12 Jul 2024 09:01:20 +1000 Subject: [PATCH] [CI] Pull full history before generating index (#24102) For some reason the history generation is way out. --- .github/workflows/ci_build_major_branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml index ba5d1c246f..f6703f1dbc 100644 --- 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