Skip to content

Commit 5e688fa

Browse files
committed
template change time checks ipynb
1 parent dfbf531 commit 5e688fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsdocs-tool/BuildCommand.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ type internal DocContent
223223

224224
let templateChangeTime =
225225
match template with
226-
| Some t when isFsx || isMd ->
226+
| Some t when isFsx || isMd || isPynb ->
227227
try
228228
let fi = FileInfo(t)
229229
let input = fi.Directory.Name

0 commit comments

Comments
 (0)