Tests
Some checks failed
Build Quartz site / build (push) Failing after 46s

This commit is contained in:
2023-12-14 15:39:38 +01:00
parent ebcc245973
commit f3b6c46fed
2 changed files with 7 additions and 3 deletions

View File

@@ -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