From be7c730423b848714be10b5cbce8d9e740195c3a Mon Sep 17 00:00:00 2001 From: Arity-T Date: Thu, 16 Jan 2025 12:51:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BB=D0=BE=D0=BD=D0=B8=D0=BC=20=D1=82?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5?= =?UTF-8?q?=D0=B4=D0=BD=D0=B8=D0=B9=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-site.yml b/.gitea/workflows/build-site.yml index 95ab282..3da85b5 100644 --- a/.gitea/workflows/build-site.yml +++ b/.gitea/workflows/build-site.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Clone repository run: | - git clone --branch main https://git.tishenko.dev/tish/knowledge-base.git + git clone --depth 1 --branch main https://git.tishenko.dev/tish/knowledge-base.git - name: Build site run: |