configure git directly before building
Some checks failed
Build LaTeX packages / build (push) Failing after 28s
Build LaTeX packages / deploy-pages (push) Has been skipped

This commit is contained in:
Maximilian Keßler 2023-10-18 15:51:43 +02:00
parent 65c801c212
commit e8fedd07a0
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -28,9 +28,11 @@ jobs:
REF_NAME: ${{ github.ref_name }}
- name: Build packages
run: |
.ci/configure_git.sh
.ci/ci_build.sh # Note that this includes pushing to the build mirror
env:
REF_NAME: ${{ github.ref_name }}
DEPLOY_SSH_KEY: ${{ secrets.deploy_ssh_key }}
deploy-pages:
runs-on: ubuntu-latest
needs: build