diff options
Diffstat (limited to 'site.hs')
-rw-r--r-- | site.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ main = hakyllWith hakyllConfig $ do hakyllConfig :: Configuration hakyllConfig = defaultConfiguration { previewPort = 8080 - , deployCommand = "./deploy" + , deployCommand = "./script/deploy" } postContext :: Context String |