From 3ba902a37daa8f28552ca43665458f97d0634e26 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Thu, 28 Apr 2022 14:55:17 +0200 Subject: Move shell scripts to dedicated directory --- site.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site.hs') 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 -- cgit v1.2.3