From 06977f16a8ddeaec6b8d434c9e3b78e9e592f07a Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 5 Jun 2016 00:05:19 +0200 Subject: [PATCH] Push the compiled jekyll site to SourceForge rather than the old custom one. --- sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync b/sync index ab40d45b9..611ce19d1 100755 --- a/sync +++ b/sync @@ -1,3 +1,3 @@ #!/bin/sh -rsync -avP --delete -e ssh staging/ dtrg,tack@web.sourceforge.net:htdocs +rsync -avP --delete -e ssh _site/ dtrg,tack@web.sourceforge.net:htdocs -- 2.34.1