Skip to content

Commit

Permalink
remove spurious github-specific log
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Feb 15, 2021
1 parent 437eadc commit 84091c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,6 @@ function Documenter.post_status(::BuildBotConfig; type, repo::String, subfolder=
@info "Documentation build in progress"
elseif type == "success"
@info "Documentation build succeeded"
if subfolder !== nothing
@info "Subfolder: https://$(owner).github.io/$(repo)/$(subfolder)/"
end
elseif type == "error"
error("Documentation build errored")
elseif type == "failure"
Expand Down

0 comments on commit 84091c7

Please sign in to comment.