remove unneeded ssh step

This commit is contained in:
Maximilian Keßler 2023-10-18 16:35:40 +02:00
parent 2cd113166d
commit ed6ee5ec64
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

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