From 9dcb31ca0bd5facaf543e2ef4d6f3206a0dac1ed Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Sat, 11 Apr 2026 02:09:04 -0500 Subject: [PATCH] only fetch depth 1 --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index dbb36a6..87291f5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -21,7 +21,7 @@ jobs: with: node-version: 24 - id: clone quartz repo - run: git clone https://github.com/jackyzha0/quartz.git + run: git clone --depth 1 https://github.com/jackyzha0/quartz.git - uses: actions/checkout@v6 id: get garden content with: