Order Documenter and CI consistently (#188)
This commit is contained in:
parent
25d4294c2e
commit
803d50aabe
|
@ -46,6 +46,7 @@ function view(p::Readme, t::Template, pkg::AbstractString)
|
|||
end
|
||||
|
||||
badge_order() = [
|
||||
Documenter{GitHubActions},
|
||||
Documenter{GitLabCI},
|
||||
Documenter{TravisCI},
|
||||
GitHubActions,
|
||||
|
|
Loading…
Reference in New Issue