use the normal ass action
Some checks failed
Deploy Quartz site to Pages / build (push) Failing after 53s
Some checks failed
Deploy Quartz site to Pages / build (push) Failing after 53s
This commit is contained in:
@@ -20,8 +20,15 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
- id: clone quartz repo
|
- uses: actions/checkout@v6
|
||||||
run: git clone --depth 1 https://github.com/jackyzha0/quartz.git
|
id: clone quartz repo
|
||||||
|
with:
|
||||||
|
# Repository name with owner. For example, actions/checkout
|
||||||
|
# Default: ${{ github.repository }}
|
||||||
|
repository: 'jackyzha0/quartz.git'
|
||||||
|
github-server-url: 'https://github.com/'
|
||||||
|
fetch-depth: 1
|
||||||
|
ref: main
|
||||||
- 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