From ebcc2459738937a7d4d9b98451f6fded7aa0b85d Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 15:33:58 +0100 Subject: [PATCH] Tests --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a8cd27f..72f05fd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,6 @@ jobs: with: fetch-depth: 0 # Fetch all history for git info - name: "Get Quartz" - run: git clone https://github.com/jackyzha0/quartz.git + run: git clone https://github.com/jackyzha0/quartz.git /quartz - name: "Building Quartz content" uses: ./.github/actions/deploy-quartz \ No newline at end of file