From 5d7bd9992fee17ee4bd22cf218b2154bf63b9c89 Mon Sep 17 00:00:00 2001 From: matthias muntwiler Date: Mon, 22 Dec 2025 18:10:52 +0100 Subject: [PATCH] fix clone directory in gitea deploy-pages --- .gitea/workflows/deploy-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-pages.yaml b/.gitea/workflows/deploy-pages.yaml index 7722542..2fbf1a2 100644 --- a/.gitea/workflows/deploy-pages.yaml +++ b/.gitea/workflows/deploy-pages.yaml @@ -18,7 +18,7 @@ jobs: - name: checkout working-directory: /app run: | - git clone --branch distro --single-branch https://${{ secrets.REPO_TOKEN }}@gitea.psi.ch/${{ github.repository }}.git + git clone --branch distro --single-branch https://${{ secrets.REPO_TOKEN }}@gitea.psi.ch/${{ github.repository }}.git igor-procs - name: build working-directory: /app/igor-procs/doc