Revert "preparing to add folder policies containing md of the policies"

This reverts commit 5f213ff3cb.

(This belongs elsewhere)
This commit is contained in:
Mirek Kratochvil 2023-06-19 10:52:00 +02:00
parent 92a5a0365b
commit debe5453ed
2 changed files with 1 additions and 2 deletions

View file

@ -16,5 +16,4 @@ WORKDIR /data
COPY assets /data/assets/
COPY templates /data/templates/
COPY cards /data/cards/
COPY policies /data/policies/
ENTRYPOINT ["/root/.cabal/bin/site"]

View file

@ -88,7 +88,7 @@ siteOptions' = do
help "Assets directory to be copied verbatim" <>
value "assets" <> showDefault
_sourceDirs <-
fmap (maybe ["cards","policies"] toList . nonEmpty) . many . strOption $
fmap (maybe ["cards"] toList . nonEmpty) . many . strOption $
long "source-directory" <>
short 's' <>
help