Skip to content

Commit

Permalink
docs cron: create temp dirs (#4061)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Jan 15, 2020
1 parent 3ae0438 commit 11be496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/cron/src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ build_docs_folder path versions latest = do
restore_sha $ do
let old = path </> "old"
let new = path </> "new"
shell_ $ "mkdir -p " <> new
shell_ $ "mkdir -p " <> old
download_existing_site_from_s3 old
Foldable.for_ versions $ \version -> do
putStrLn $ "Building " <> version <> "..."
Expand Down

0 comments on commit 11be496

Please sign in to comment.