fix pushing to build repo
Some checks failed
Build LaTeX packages / build (push) Failing after 29s
Build LaTeX packages / deploy-pages (push) Has been skipped

This commit is contained in:
Maximilian Keßler 2023-10-18 11:19:33 +02:00
parent d5af0e7ad1
commit 7e76546afd
Signed by: max
GPG key ID: BCC5A619923C0BA5
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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