You've already forked system-aspect
This commit is contained in:
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@@ -18,7 +18,11 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # Fetch all history for git info
|
||||
- name: "Get Quartz"
|
||||
run: git clone https://github.com/jackyzha0/quartz.git /quartz
|
||||
|
||||
- name: "Fetching Quartz"
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: 'jackyzha0/quartz'
|
||||
|
||||
- name: "Building Quartz content"
|
||||
uses: ./.github/actions/deploy-quartz
|
||||
Reference in New Issue
Block a user