From 316540f7059e89d9bf7ebdf408b9a1e84d576671 Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Tue, 9 Jun 2026 17:52:45 +0900 Subject: [PATCH] publish: clone auto-wiki from automation/songs branch main branch only has READMEs; renderer code lives on automation/songs. Also adds --depth 1 since history isn't needed for a code dependency. Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index f8ff8f5..5088f4d 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: env: FAPAT: ${{ secrets.FAPAT }} URL_TO_GITEA: ${{ vars.URL_TO_GITEA }} - run: git clone "http://mikkeli:${FAPAT}@${URL_TO_GITEA#http://}/mikkeli/novoyuuparosk-auto-wiki" auto-wiki + run: git clone --branch automation/songs --depth 1 "http://mikkeli:${FAPAT}@${URL_TO_GITEA#http://}/mikkeli/novoyuuparosk-auto-wiki" auto-wiki - name: Install Python deps run: pip install --no-cache-dir -r auto-wiki/pipelines/songs/requirements.txt