Skip to content

Commit

Permalink
Recover missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetricek committed Oct 15, 2013
1 parent 92c5fd1 commit cbe2fca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Binary file added docs/img/acf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/pairs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion nuget/RProvider.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<files>
<file src="..\build\RProvider.dll" target="lib" />
<file src="..\build\RProvider.pdb" target="lib" />
<file src="init.ps1" target="tools" />
<file src="..\nuget\init.ps1" target="tools" />
</files>
</package>

0 comments on commit cbe2fca

Please sign in to comment.