Module B00_github.Pages

type update
val update : ?follow_symlinks:bool -> src:B0_std.Fpath.t option -> B0_std.Fpath.t -> update
val nojekyll : update
val default_branch : B00_vcs.Git.branch
val commit_updates : ?log:B0_std.Log.level -> ?branch:B00_vcs.Git.branch -> B00_vcs.t -> amend:bool -> force:bool -> remote:B00_vcs.Git.remote -> msg:string -> update list -> (bool, string) result