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