only fetch depth 1
Some checks failed
Deploy Quartz site to Pages / build (push) Failing after 1m30s

This commit is contained in:
Eau
2026-04-11 02:09:04 -05:00
parent 6731b23c2a
commit 9dcb31ca0b

View File

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