diff options
| author | Nick Brassel <nick@tzarc.org> | 2024-07-12 09:01:20 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-12 00:01:20 +0100 |
| commit | f15fff3258edb3c25405c90e06e4994c90efaa79 (patch) | |
| tree | d4a3853f7d799b90782a8a218a55adc93dd03863 /.github | |
| parent | 7d94db86613113c6298ee41605d37c0ed99e3cdc (diff) | |
[CI] Pull full history before generating index (#24102)
For some reason the history generation is way out.
Diffstat (limited to '.github')
| -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: | |||
| 83 | 83 | ||
| 84 | - name: Checkout QMK Firmware | 84 | - name: Checkout QMK Firmware |
| 85 | uses: actions/checkout@v4 | 85 | uses: actions/checkout@v4 |
| 86 | with: | ||
| 87 | fetch-depth: 0 | ||
| 86 | 88 | ||
| 87 | - name: Download firmwares | 89 | - name: Download firmwares |
| 88 | uses: actions/download-artifact@v4 | 90 | uses: actions/download-artifact@v4 |
