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