From 742ca291a6d4c3bfdbc06f369a3da9b33996527a Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 22:55:32 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c121184..a9e6365 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: token: ${{ secrets.GH_PAT }} - name: "Copying content" - run: cp -RF ./content/!(.github) ./content/.github/actions/deploy-quartz + run: rsync -av --exclude-from='content/.github' ./content ./content/.github/actions/deploy-quartz - name: "Building Quartz content" uses: ./content/.github/actions/deploy-quartz/ \ No newline at end of file