From 2a1fa7ec3f51c3ed63f5303511e3761d2e1446f5 Mon Sep 17 00:00:00 2001 From: Eau Date: Sun, 12 Apr 2026 03:44:11 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yaml --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e8e00fa..8449ad7 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -55,7 +55,7 @@ jobs: ref: v4 path: quartz - name: Overlay quartz configs - run: cp -fR content/.quartz/** . + run: cp -fR content/.quartz/** quartz - name: Copy the content run: cp -fR content/** quartz/content - name: Install Dependencies