Revert "preparing to add folder policies containing md of the policies"
This reverts commit 5f213ff3cb
.
(This belongs elsewhere)
This commit is contained in:
parent
92a5a0365b
commit
debe5453ed
|
@ -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"]
|
||||
|
|
2
Types.hs
2
Types.hs
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue