You've already forked system-aspect
Update .github/workflows/deploy.yml
Some checks failed
Build Quartz site / build (push) Failing after 15s
Some checks failed
Build Quartz site / build (push) Failing after 15s
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
token: ${{ secrets.GH_PAT }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
|
|
||||||
- name: "Copying content"
|
- 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"
|
- name: "Building Quartz content"
|
||||||
uses: ./content/.github/actions/deploy-quartz/
|
uses: ./content/.github/actions/deploy-quartz/
|
||||||
Reference in New Issue
Block a user