You've already forked system-aspect
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -17,13 +17,14 @@ jobs:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: 'content'
|
||||
fetch-depth: 0 # Fetch all history for git info
|
||||
|
||||
- name: "Fetching Quartz"
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: 'jackyzha0/quartz'
|
||||
path: '../quartz'
|
||||
path: 'quartz'
|
||||
github-server-url: 'https://github.com'
|
||||
|
||||
- name: "Building Quartz content"
|
||||
|
||||
Reference in New Issue
Block a user