remove unneeded ssh step
This commit is contained in:
parent
2cd113166d
commit
ed6ee5ec64
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue