diff --git a/build.fsx b/build.fsx index 03b2a7c4..de930f71 100644 --- a/build.fsx +++ b/build.fsx @@ -149,7 +149,7 @@ let gitHome = "https://github.com/tpetricek" // TODO: Use "BlueMountainCapital" Target "ReleaseDocs" (fun _ -> Repository.clone "" (gitHome + "/FSharp.RProvider.git") "gh-pages" // TODO: Use "FSharpRProvider" Branches.checkoutBranch "gh-pages" "gh-pages" - CopyRecursive "docs" "gh-pages" true |> printfn "%A" + CopyRecursive "generated" "gh-pages" true |> printfn "%A" CommandHelper.runSimpleGitCommand "gh-pages" "add ." |> printfn "%s" let cmd = sprintf """commit -a -m "Update generated documentation for version %s""" versionNuGet CommandHelper.runSimpleGitCommand "gh-pages" cmd |> printfn "%s" diff --git a/docs/img/acf.png b/docs/img/acf.png new file mode 100644 index 00000000..3cfb7c5b Binary files /dev/null and b/docs/img/acf.png differ diff --git a/docs/img/pairs.png b/docs/img/pairs.png new file mode 100644 index 00000000..15b6c477 Binary files /dev/null and b/docs/img/pairs.png differ diff --git a/nuget/RProvider.nuspec b/nuget/RProvider.nuspec index b0a1159b..81cda46a 100644 --- a/nuget/RProvider.nuspec +++ b/nuget/RProvider.nuspec @@ -22,7 +22,7 @@ - +