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