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

This commit is contained in:
2023-12-14 22:44:57 +00:00
parent 739a813bf0
commit 15879750a2

View File

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