fix archive build

This commit is contained in:
Yann Esposito (Yogsototh) 2020-06-25 07:10:00 +02:00
parent c34fa83504
commit 4df922b475
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -301,4 +301,4 @@ mkGetPost = newCache $ \path -> do
mkGetPosts :: (FilePath -> Action b) -> Rules (() -> Action [b])
mkGetPosts getPost =
newCache $ \() -> mapM getPost =<< getDirectoryFiles "" ["src/posts/**.org"]
newCache $ \() -> mapM getPost =<< getDirectoryFiles "" ["src/posts//*.org"]