From 77140598bfe6346c50bdfaa2b35b40abbefafeff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 18 Oct 2023 10:21:00 +0200 Subject: [PATCH] fix repo url --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f23fa36..7972980 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: - name: Clone build repository uses: actions/checkout@v4 with: - repository: latex-packages/latex-packages-build + repository: latex/latex-packages-build fetch-depth: 0 # We need all history to correctly parse tag names fetch-tags: true path: build/LatexPackagesBuild