Skip to content

Commit cb54b35

Browse files
authored
Put images in __site
1 parent 296cb03 commit cb54b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TuringModels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Return output directory for some model or script such as "africa".
1313
This works around the OUTPUT macro from Franklin, because that macro doesn't work in Literate scripts.
1414
"""
1515
function output_dir(name)
16-
joinpath(project_root, "assets", "models", name, "code", "output")
16+
joinpath(project_root, "__site", "assets", "models", name, "code")
1717
end
1818

1919
function write_gadfly_svg(output_dir, name, p; width=6inch, height=4inch)

0 commit comments

Comments
 (0)