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

Commit

Permalink
Make sure folder is created
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Jul 20, 2018
1 parent 5a39847 commit 0eb2996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,8 @@ Task ("droiddocs")

Unzip("./externals/docs.zip", "./docs");

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

DownloadFile(REFERENCE_DOCS_URL + "classes.html", "./docs/reference/classes.html");
CopyFile ("./docs/reference/classes.html", "./docs/reference/index.html");
DownloadFile(REFERENCE_DOCS_URL + "packages.html", "./docs/reference/packages.html");
Expand Down

0 comments on commit 0eb2996

Please sign in to comment.