From 15879750a29485f10152675607cc45eca35bc1f9 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 22:44:57 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"