Update .gitea/workflows/build_and_deploy.yaml
Some checks failed
Build and Deploy Zola Site / build (push) Successful in 19s
Build and Deploy Zola Site / deploy (push) Failing after 6s

This commit is contained in:
2025-10-09 14:09:52 +00:00
parent b4ae359163
commit 73dfced4aa

View File

@@ -62,6 +62,9 @@ jobs:
with: with:
name: zola-public name: zola-public
- name: List downloaded files
run: ls -laR
# Step 2: Copy the files to the web server using SCP # Step 2: Copy the files to the web server using SCP
- name: SCP files to server - name: SCP files to server
uses: appleboy/scp-action@master uses: appleboy/scp-action@master