Update .github/workflows/deploy.yml
Some checks failed
Build Quartz site / build (push) Failing after 15s

This commit is contained in:
2023-12-14 22:55:32 +00:00
parent 74859d1e5d
commit 742ca291a6

View File

@@ -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/