Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 4619472

Browse files
committed
More docs download fixes
1 parent 0eb2996 commit 4619472

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.cake

+4
Original file line numberDiff line numberDiff line change
@@ -604,12 +604,16 @@ Task ("buildtasks")
604604
Task ("droiddocs")
605605
.Does (() =>
606606
{
607+
EnsureDirectoryExists("./externals/");
608+
607609
if (!FileExists("./externals/docs.zip"))
608610
DownloadFile(DOCS_URL, "./externals/docs.zip");
609611

610612
if (DirectoryExists("./docs"))
611613
DeleteDirectory("./docs", true);
612614

615+
EnsureDirectoryExists("./docs/");
616+
613617
Unzip("./externals/docs.zip", "./docs");
614618

615619
EnsureDirectoryExists("./docs/reference/");

0 commit comments

Comments
 (0)