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