2 Commits

Author SHA1 Message Date
9dcb31ca0b only fetch depth 1
Some checks failed
Deploy Quartz site to Pages / build (push) Failing after 1m30s
2026-04-11 02:09:04 -05:00
6731b23c2a fuck you! 2026-04-11 02:08:30 -05:00

View File

@@ -20,13 +20,8 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 24 node-version: 24
- uses: actions/checkout@v6 - id: clone quartz repo
id: clone quartz repo run: git clone --depth 1 https://github.com/jackyzha0/quartz.git
with:
# Repository name with owner. For example, actions/checkout
# Default: ${{ github.repository }}
repository: 'jackyzha0/quartz.git'
github-server-url: 'https://github.com/'
- uses: actions/checkout@v6 - uses: actions/checkout@v6
id: get garden content id: get garden content
with: with: