diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 19261fe..2d68c80 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,11 +24,11 @@ jobs: uses: actions/checkout@v3 with: repository: 'jackyzha0/quartz' - path: 'quartz' + path: 'content/.github/actions/deploy-quartz/quartz' github-server-url: 'https://github.com' token: ${{ secrets.GH_PAT }} - - name: "Copying" + - name: "Copying content" run: cp -RT ./content ./quartz ./content/.github/actions/deploy-quartz/ - name: "Building Quartz content"