You've already forked system-aspect
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Deploy Quartz site to GitHub Pages
|
||||
name: Build Quartz site
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -18,5 +18,7 @@ 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
|
||||
- name: "Building Quartz content"
|
||||
uses: ./.github/actions/deploy-quartz
|
||||
Reference in New Issue
Block a user