Order Documenter and CI consistently (#188)

This commit is contained in:
Gustavo Goretkin 2020-06-09 04:48:37 +02:00 committed by GitHub
parent 25d4294c2e
commit 803d50aabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ function view(p::Readme, t::Template, pkg::AbstractString)
end end
badge_order() = [ badge_order() = [
Documenter{GitHubActions},
Documenter{GitLabCI}, Documenter{GitLabCI},
Documenter{TravisCI}, Documenter{TravisCI},
GitHubActions, GitHubActions,