Update .gitea/workflows/build_and_deploy.yaml
All checks were successful
Build and Deploy Zola Site / build (push) Successful in 18s
Build and Deploy Zola Site / deploy (push) Successful in 7s

This commit is contained in:
2025-10-09 14:14:25 +00:00
parent d83ca13011
commit 8abf6e7038

View File

@@ -52,7 +52,7 @@ jobs:
#----------------------------------------------------
# JOB 2: Deploy the built site to the web server
#----------------------------------------------------
deploy:
deploy:
runs-on: ubuntu-latest
needs: build
steps: