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

This commit is contained in:
2023-12-20 21:48:20 +00:00
parent cfacee330f
commit 67d75059ab

View File

@@ -38,7 +38,7 @@ jobs:
working-directory: ./quartz working-directory: ./quartz
- name: Copying config - name: Copying config
run: cp content/.github/quartz/* . run: cp -r content/.github/quartz/* .
working-directory: ./quartz working-directory: ./quartz
- name: Build Quartz - name: Build Quartz