clone history as well
Some checks failed
Build LaTeX packages / build (push) Failing after 30s
Build LaTeX packages / deploy-pages (push) Has been skipped

This commit is contained in:
Maximilian Keßler 2023-10-18 11:12:09 +02:00
parent 546a7007cc
commit 7c3775828e
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -9,6 +9,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0 # We need all history to correctly parse tag names
fetch-tags: true
- name: Setup git credentials and committer
run: .ci/configure_git.sh
@ -18,8 +19,6 @@ jobs:
uses: actions/checkout@v4
with:
repository: latex/latex-packages-build
fetch-depth: 0 # We need all history to correctly parse tag names
fetch-tags: true
path: build/LatexPackagesBuild
ref: master
- name: Checkout correct branch in build repository