From 79099c465ed7bd4e52fe0c9ce5e157d6e4f044d0 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 23:05:52 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a9e6365..c601e0b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,8 +28,5 @@ jobs: github-server-url: 'https://github.com' token: ${{ secrets.GH_PAT }} - - name: "Copying content" - 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