diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 8712d05..4f7722c 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: - name: Clone local copy of Quartz run: git clone https://k3gtpi.jumpingcrab.com/vlad/quartz-clone.git - name: Copy notes to content directory - run: cp ./notes/* quartz-clone/content + run: cp -r ./notes/* quartz-clone/content - name: Build Quartz run: cd quartz-clone && npm i && npx quartz create && npx quartz build - name: Upload artifact