CI: fix doc_build check which was not always built

Too shallow fetch from github made trigger condition unreliable.
This commit is contained in:
Rainer Gerhards 2025-08-27 18:30:32 +02:00
parent 9927889112
commit ec8884ba79
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499

View File

@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 2
fetch-depth: 8
- name: Check for doc changes
id: doc_changes