Browse Source

[CI] Pull full history before generating index (#24102)

For some reason the history generation is way out.
Nick Brassel 2 years ago
parent
commit
f15fff3258
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci_build_major_branch.yml

+ 2 - 0
.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