From 73dfced4aaffb7f1bc7b2217d2e1756da3541e9e Mon Sep 17 00:00:00 2001 From: finmoon Date: Thu, 9 Oct 2025 14:09:52 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_deploy.yaml --- .gitea/workflows/build_and_deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build_and_deploy.yaml b/.gitea/workflows/build_and_deploy.yaml index 1ed8596..8095b8d 100644 --- a/.gitea/workflows/build_and_deploy.yaml +++ b/.gitea/workflows/build_and_deploy.yaml @@ -62,6 +62,9 @@ jobs: with: name: zola-public + - name: List downloaded files + run: ls -laR + # Step 2: Copy the files to the web server using SCP - name: SCP files to server uses: appleboy/scp-action@master