diff options
| author | Nick Brassel | 2024-07-12 01:01:20 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-12 01:01:20 +0200 |
| commit | f15fff3258edb3c25405c90e06e4994c90efaa79 (patch) | |
| tree | d4a3853f7d799b90782a8a218a55adc93dd03863 | |
| parent | 7d94db86613113c6298ee41605d37c0ed99e3cdc (diff) | |
[CI] Pull full history before generating index (#24102)
For some reason the history generation is way out.
| -rw-r--r-- | .github/workflows/ci_build_major_branch.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |