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