From 270c02aa36def1973c352672baf4e813ac2143f5 Mon Sep 17 00:00:00 2001 From: VR Date: Sat, 21 Jun 2025 22:30:55 +0100 Subject: [PATCH] fixin --- .gitea/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 243766b..8128b2e 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -10,7 +10,8 @@ jobs: steps: - name: Clone local copy of Quartz run: git clone https://k3gtpi.jumpingcrab.com/vlad/quartz-clone.git + - run: ls -al - name: Copy notes to content directory - run: cp notes/* quartz-clone/content + run: cp ./notes/* quartz-clone/content - name: Build Quartz run: cd quartz-clone && npm i && npx quartz create && npx quartz build