Skip to content

Commit

Permalink
Remove temporary changelog file to avoid non-unique header link
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede authored Dec 2, 2024
1 parent e23e4f4 commit 112dd7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ open(joinpath(@__DIR__, "src", "changelog.md"), "w") do io
println(io, line)
end
end
# Remove temporary file
rm(joinpath(@__DIR__, "src", "changelog_tmp.md"))

# Make documentation
makedocs(
Expand Down

0 comments on commit 112dd7e

Please sign in to comment.