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