specify branch to checkout
Some checks failed
Build LaTeX packages / build (push) Failing after 43s
Build LaTeX packages / deploy-pages (push) Has been skipped

This commit is contained in:
Maximilian Keßler 2023-10-18 10:11:47 +02:00
parent 1de88c00b8
commit 27a592b9f1
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -18,6 +18,7 @@ jobs:
fetch-depth: 0 # We need all history to correctly parse tag names fetch-depth: 0 # We need all history to correctly parse tag names
fetch-tags: true fetch-tags: true
path: build/LatexPackagesBuild path: build/LatexPackagesBuild
ref: master
- name: Checkout correct branch in build repository - name: Checkout correct branch in build repository
run: | run: |
.ci/setup_build_repo_branch.sh .ci/setup_build_repo_branch.sh