From 01be83726a1004219386e413abbf64f224325e59 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 15:41:35 +0100 Subject: [PATCH] Tests --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 72a0f7a..f4e0730 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,6 +23,8 @@ jobs: uses: actions/checkout@v3 with: repository: 'jackyzha0/quartz' + path: '../quartz' + github-server-url: 'https://github.com' - name: "Building Quartz content" uses: ./.github/actions/deploy-quartz \ No newline at end of file