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