From bf65b6b69308917e8d279e70a01fba4efb16d9b2 Mon Sep 17 00:00:00 2001 From: VR Date: Sat, 21 Jun 2025 23:16:58 +0100 Subject: [PATCH] fixin --- .gitea/workflows/publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 8577700..0dce5ee 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -8,10 +8,10 @@ jobs: container: image: node:24.2 steps: - - uses: actions/checkout@v4 + - name: Grab local files + uses: actions/checkout@v4 - 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 - name: Build Quartz @@ -27,7 +27,7 @@ jobs: image: bitnami/kubectl:1.32 needs: build-quartz steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 with: name: content - name: Set up cluster access