Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Feb 1, 2024
1 parent c61ba6f commit a62d544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ withenv("JULIA_DEBUG" => "Literate") do # allow Literate debug output to escape
end
end

cp(joinpath(dirname(@__DIR__), "README.md", joinpath(@__DIR__, "src", "index.md")) # copy the main README as the index
cp(joinpath(dirname(@__DIR__), "README.md"), joinpath(@__DIR__, "src", "index.md")) # copy the main README as the index

makedocs(;
modules=[GeometryOps],
Expand Down

0 comments on commit a62d544

Please sign in to comment.