Skip to content

Commit

Permalink
ignore aog :(
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Jan 4, 2024
1 parent 7d0f168 commit d48452f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gen_mds.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OUTPUT = joinpath(@__DIR__, "src", "examples")

folders = readdir(joinpath(@__DIR__, "..", "examples"))
setdiff!(folders, [".DS_Store"])
setdiff!(folders, ["geo", "rpr", "datavis"])
setdiff!(folders, ["geo", "rpr", "aog", "datavis"])

function get_files(folders)
srcsfiles = []
Expand Down

0 comments on commit d48452f

Please sign in to comment.