reduce fetch-depth (testing purposes)

This commit is contained in:
LLdaniel 2026-01-31 14:25:00 +01:00
commit 77d2f40205

View file

@ -27,7 +27,7 @@ jobs:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 2 fetch-depth: 0
- name: Build user guide pdf - name: Build user guide pdf
run: latexmk -pdflua -cd ./manual/moderncv_userguide.tex run: latexmk -pdflua -cd ./manual/moderncv_userguide.tex