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

This commit is contained in:
Peaceultime 2023-12-14 22:51:39 +00:00
parent b094e5b7c6
commit 74859d1e5d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
token: ${{ secrets.GH_PAT }}
- name: "Copying content"
run: cp -RTF ./content/!(.github) ./content/.github/actions/deploy-quartz
run: cp -RF ./content/!(.github) ./content/.github/actions/deploy-quartz
- name: "Building Quartz content"
uses: ./content/.github/actions/deploy-quartz/