Skip to content

Commit 999a05c

Browse files
Update DiffEqTutorials.jl
1 parent 3e026b9 commit 999a05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffEqTutorials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repo_directory = joinpath(@__DIR__,"..")
66
cssfile = joinpath(@__DIR__, "..", "templates", "skeleton_css.css")
77
latexfile = joinpath(@__DIR__, "..", "templates", "julia_tex.tpl")
88

9-
function weave_file(folder,file,build_list=(:script,:html,:pdf,:notebook); kwargs...)
9+
function weave_file(folder,file,build_list=(:script,:html,:pdf,:github,:notebook); kwargs...)
1010
tmp = joinpath(repo_directory,"tutorials",folder,file)
1111
args = Dict{Symbol,String}(:folder=>folder,:file=>file)
1212
if :script build_list

0 commit comments

Comments
 (0)