From 526ea352381ded7d767811e34227c0c64d45193d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 6 Nov 2015 21:13:40 -0200 Subject: Static website suppport --- ikiwiki/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ikiwiki/Makefile') diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile index a9499b1..7c08b33 100644 --- a/ikiwiki/Makefile +++ b/ikiwiki/Makefile @@ -21,7 +21,7 @@ web: web_deploy: #git push web #git annex sync - @rsync -avz --delete www/ blog:/var/sites/blog/www/ + @rsync -avz --delete www/ templates:/var/sites/templates/www/ post_update: git config receive.denyCurrentBranch ignore -- cgit v1.2.3