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

This commit is contained in:
Peaceultime 2023-12-14 22:44:57 +00:00
parent 739a813bf0
commit 15879750a2
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'jackyzha0/quartz'
path: 'quartz'
path: 'content/.github/actions/deploy-quartz/quartz'
github-server-url: 'https://github.com'
token: ${{ secrets.GH_PAT }}
- name: "Copying"
- name: "Copying content"
run: cp -RT ./content ./quartz ./content/.github/actions/deploy-quartz/
- name: "Building Quartz content"