configure git directly before building
This commit is contained in:
parent
65c801c212
commit
e8fedd07a0
1 changed files with 2 additions and 0 deletions
|
@ -28,9 +28,11 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue