Skip to content

Commit

Permalink
Fix README copy
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed May 6, 2024
1 parent 6cc9e73 commit 637aa39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ DocMeta.setdocmeta!(InferOpt, :DocTestSetup, :(using InferOpt); recursive=true)
# Copy README.md into docs/src/index.md (overwriting)

cp(
joinpath(@__DIR__, "src", "index.md"),
joinpath(dirname(@__DIR__), "README.md");
joinpath(dirname(@__DIR__), "README.md"),
joinpath(@__DIR__, "src", "index.md");
force=true,
)

Expand Down

0 comments on commit 637aa39

Please sign in to comment.