summaryrefslogtreecommitdiff
path: root/site.hs
diff options
context:
space:
mode:
Diffstat (limited to 'site.hs')
-rw-r--r--site.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/site.hs b/site.hs
index 6509e4c..17d0aed 100644
--- a/site.hs
+++ b/site.hs
@@ -93,7 +93,7 @@ main = hakyllWith hakyllConfig $ do
hakyllConfig :: Configuration
hakyllConfig = defaultConfiguration
{ previewPort = 8080
- , deployCommand = "./deploy"
+ , deployCommand = "./script/deploy"
}
postContext :: Context String
Generated by cgit. See skreutz.com for my tech blog and contact information.