fix pushing to build repo
This commit is contained in:
parent
d5af0e7ad1
commit
7e76546afd
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ make ci-build
|
|||
cd build/LatexPackagesBuild
|
||||
git add .
|
||||
git commit -m "${COMMIT_MSG}" || echo "Nothing new to commit"
|
||||
git remote set-url --push git@git.abstractnonsen.se:latex/latex-packages
|
||||
git push --set-upstream origin ${REF_NAME}-build
|
||||
cd ../..
|
||||
mkdir -p ~/texmf/tex/latex
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Clone build repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: git@git.abstractnonsen.se:latex/latex-packages-build
|
||||
repository: latex/latex-packages-build
|
||||
path: build/LatexPackagesBuild
|
||||
ref: master
|
||||
- name: Checkout correct branch in build repository
|
||||
|
|
Loading…
Reference in a new issue