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