From ed6ee5ec64f368c17f7fb5ba36e17f6543362ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 18 Oct 2023 16:35:40 +0200 Subject: [PATCH] remove unneeded ssh step --- .gitea/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0519f64..38f4bb1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,11 +28,9 @@ 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