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
1 changed files with 1 additions and 0 deletions

View File

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