Update .github/workflows/deploy.yml
Build Quartz site / build (push) Failing after 12s
Details
Build Quartz site / build (push) Failing after 12s
Details
This commit is contained in:
parent
3039685a96
commit
b094e5b7c6
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
token: ${{ secrets.GH_PAT }}
|
||||
|
||||
- name: "Copying content"
|
||||
run: cp -RT ./content ./content/.github/actions/deploy-quartz/
|
||||
run: cp -RTF ./content/!(.github) ./content/.github/actions/deploy-quartz
|
||||
|
||||
- name: "Building Quartz content"
|
||||
uses: ./content/.github/actions/deploy-quartz/
|
||||
Loading…
Reference in New Issue