Skip to content

Commit d2a9a78

Browse files
committed
Copying models into gh-pages
1 parent 8577360 commit d2a9a78

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/make.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ assets_dst = joinpath(@__DIR__,"src","assets")
1010
Sys.rm(models_dst;recursive=true,force=true)
1111
Sys.rm(assets_dst;recursive=true,force=true)
1212

13-
Sys.mkdir(models_dst)
14-
fn = "model-r1.png"
15-
Sys.cp(joinpath(models_src,fn),joinpath(models_dst,fn))
16-
13+
Sys.cp(models_src,models_dst)
1714
Sys.cp(assets_src,assets_dst)
1815

1916
pages_dir = joinpath(@__DIR__,"src","pages")

0 commit comments

Comments
 (0)