From d4ac4cc53133145241adad34074552b3c10187d5 Mon Sep 17 00:00:00 2001 From: "Krivopolenov, Artemiy" Date: Tue, 27 Jan 2026 12:16:49 +0100 Subject: [PATCH] debug templates fetch --- .gitea/workflows/build-and-deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 711f828..c558812 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -55,6 +55,9 @@ jobs: run: | echo "Cloning templates from $TEMPLATES_REPO_URL" git clone "$TEMPLATES_REPO_URL" template + echo "Template repository contents:" + ls -la template/content/ + ls -la template/templates/ | grep -E "(content-page|page\.html)" - name: Clone scripts repository run: |