Skip to content

Commit

Permalink
Now try removing SVG files from git
Browse files Browse the repository at this point in the history
(This time without .gitignore)
  • Loading branch information
jipolanco committed Nov 29, 2024
1 parent 6fc2a1a commit 116da68
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6,975 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ using NonuniformFFTs
# Copy benchmark results to docs/src/benchmarks/
srcdir = joinpath(@__DIR__, "..", "benchmarks", "plots")
dstdir = joinpath(@__DIR__, "src", "img")
mkpath(dstdir)
for fname readdir(srcdir)
endswith(".svg")(fname) || continue
srcfile = joinpath(srcdir, fname)
dstfile = joinpath(dstdir, fname)
@assert isdir(dstdir)
@info "Copying $srcfile -> $dstfile"
cp(srcfile, dstfile; force = true)
end
Expand Down
Loading

0 comments on commit 116da68

Please sign in to comment.