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

For some reason the history generation is way out.
This commit is contained in:
Nick Brassel 2024-07-12 09:01:20 +10:00 committed by GitHub
parent 7d94db8661
commit f15fff3258
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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