diff --git a/.gitea/workflows/jekyll.yaml b/.gitea/workflows/jekyll.yaml
index 2385937..d7715ca 100644
--- a/.gitea/workflows/jekyll.yaml
+++ b/.gitea/workflows/jekyll.yaml
@@ -71,7 +71,9 @@ jobs:
           # Synchronize the local and the remote site
           rsync -halvi --delete \
             -e "ssh -a -x -o StrictHostKeyChecking=no" \
-            "./_site/" "${WEB_USER}@${WEB_DOMAIN}:${WEB_ROOT}${WEB_CONTEXT}"
+            ./_site/ www@lafs.eval.latfa.net:/var/www/site/
+            #"./_site/" "${WEB_USER}@${WEB_DOMAIN}:${WEB_ROOT}${WEB_CONTEXT}"
+        continue-on-error: true
       - name: Comment pull request
         id: comment_pull_request
         if: gitea.event_name == 'pull_request'