From 0bf3c12d94d8fc427599b13128cb7e6f9dd1e81e Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 22:42:54 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dae460b..d0ba661 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,5 +28,8 @@ jobs: github-server-url: 'https://github.com' token: ${{ secrets.GH_PAT }} + - name: "Copying" + run: cp -RT ./content/ ./content/.github/actions/deploy-quartz/content ./quartz/ ./content/.github/actions/deploy-quartz/quartz + - name: "Building Quartz content" uses: ./content/.github/actions/deploy-quartz/ \ No newline at end of file