Update .gitea/workflows/deploy.yaml
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 1m13s

This commit is contained in:
Eau
2026-04-12 03:44:11 +00:00
parent 7c3d8cb5a5
commit 2a1fa7ec3f

View File

@@ -55,7 +55,7 @@ jobs:
ref: v4 ref: v4
path: quartz path: quartz
- name: Overlay quartz configs - name: Overlay quartz configs
run: cp -fR content/.quartz/** . run: cp -fR content/.quartz/** quartz
- name: Copy the content - name: Copy the content
run: cp -fR content/** quartz/content run: cp -fR content/** quartz/content
- name: Install Dependencies - name: Install Dependencies