Skip to content

Commit

Permalink
ci(docs): remove unnecessary repo keyword argument to deploydocs
Browse files Browse the repository at this point in the history
`Documenter` should be able to figure out the `origin` of the Git
repository from the checked out source. This keyword argument should not
be necessary.
  • Loading branch information
bauglir committed Mar 13, 2024
1 parent 266278f commit 3fe1316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ if running_in_ci
devbranch = "development",
devurl = "latest",
push_preview = true,
repo = "github.com/bauglir/Kroki.jl.git",
)
end

0 comments on commit 3fe1316

Please sign in to comment.