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

This commit is contained in:
2023-12-14 15:45:22 +01:00
parent 01be83726a
commit 9b047e92ba
2 changed files with 5 additions and 5 deletions

View File

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