Skip to content

Commit 2ffc18d

Browse files
committed
Extended copied content
1 parent 9851d7d commit 2ffc18d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

GitBookBuilder.wl

+7-7
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ gitBookCopyContent[srcDir_, bookDir_] :=
9696
DeleteDirectory[f, DeleteContents -> True]
9797
];
9898
CopyDirectory[#, f],
99-
MatchQ[FileExtension[#], "png" | "jpeg" | "md" | "css" | "html" | "js" ],
99+
True(*MatchQ[FileExtension[#], "png" | "jpeg" | "md" | "css" | "html" | "js" ]*),
100100
CopyFile[#, f, OverwriteTarget -> True]
101101
]
102102
]
@@ -106,7 +106,7 @@ gitBookCopyContent[srcDir_, bookDir_] :=
106106
];
107107

108108

109-
(* ::Subsubsection:: *)
109+
(* ::Subsubsection::Closed:: *)
110110
(*gitBookExportMD*)
111111

112112

@@ -154,7 +154,7 @@ gitBookExportMD[postDir_, bookDir_, content_] :=
154154
];
155155

156156

157-
(* ::Subsubsection:: *)
157+
(* ::Subsubsection::Closed:: *)
158158
(*gitBookMakeSummary*)
159159

160160

@@ -312,7 +312,7 @@ gitBookMakeSummary[postDir_, bookDir_, metas_] :=
312312
];
313313

314314

315-
(* ::Subsubsection:: *)
315+
(* ::Subsubsection::Closed:: *)
316316
(*gitBookValidateDirectory*)
317317

318318

@@ -337,7 +337,7 @@ gitBookValidateDirectory[dir_] :=
337337
];
338338

339339

340-
(* ::Subsubsection:: *)
340+
(* ::Subsubsection::Closed:: *)
341341
(*GitBookBuild*)
342342

343343

@@ -389,14 +389,14 @@ GitBookBuild[srcDir:_String?DirectoryQ, bookDir_] :=
389389
];
390390

391391

392-
(* ::Subsubsection:: *)
392+
(* ::Subsubsection::Closed:: *)
393393
(*GitBookPush*)
394394

395395

396396
GitBookPush::noremote="No remote passed and no remote already set for book ``";
397397
Options[GitBookPush]=
398398
{
399-
"CreateGitHubRepo"->True,
399+
"CreateGitHubRepo"->False,
400400
"MessageTemplate"->Automatic,
401401
Quiet->True
402402
}

0 commit comments

Comments
 (0)