only fetch depth 1
Some checks failed
Deploy Quartz site to Pages / build (push) Failing after 1m30s
Some checks failed
Deploy Quartz site to Pages / build (push) Failing after 1m30s
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
- id: clone quartz repo
|
- 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
|
- uses: actions/checkout@v6
|
||||||
id: get garden content
|
id: get garden content
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user