Update .github/workflows/deploy.yml
Build Quartz site / build (push) Failing after 19s
Details
Build Quartz site / build (push) Failing after 19s
Details
This commit is contained in:
parent
739a813bf0
commit
15879750a2
|
|
@ -24,11 +24,11 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: 'jackyzha0/quartz'
|
repository: 'jackyzha0/quartz'
|
||||||
path: 'quartz'
|
path: 'content/.github/actions/deploy-quartz/quartz'
|
||||||
github-server-url: 'https://github.com'
|
github-server-url: 'https://github.com'
|
||||||
token: ${{ secrets.GH_PAT }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
|
|
||||||
- name: "Copying"
|
- name: "Copying content"
|
||||||
run: cp -RT ./content ./quartz ./content/.github/actions/deploy-quartz/
|
run: cp -RT ./content ./quartz ./content/.github/actions/deploy-quartz/
|
||||||
|
|
||||||
- name: "Building Quartz content"
|
- name: "Building Quartz content"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue