From e8fedd07a0b5fb39123ff5059dcd632a26b089e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 18 Oct 2023 15:51:43 +0200 Subject: [PATCH] configure git directly before building --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 38f4bb1..0519f64 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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