diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-04-28 14:55:17 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-04-28 14:55:17 +0200 |
commit | 3ba902a37daa8f28552ca43665458f97d0634e26 (patch) | |
tree | 94a2270849d626d21422a624c0637d19eb09fe41 /site.hs | |
parent | e699c3ec492b7c9128f4c89d71e6b9aec3c4fbda (diff) | |
download | blog-3ba902a37daa8f28552ca43665458f97d0634e26.tar |
Move shell scripts to dedicated directory
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 |