ci: disable redirect to coverage
Doesn't work anyways, because the contents of docs and coverage are not merged into one public web Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
954ab49e28
commit
7fb03bf9b2
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ pages:
|
|||
script:
|
||||
- cargo doc --no-deps --all-features
|
||||
- cp -R target/doc/ ./public
|
||||
- echo "<meta http-equiv=refresh content=0;url=rust_coverage/index.html>" > ./public/index.html
|
||||
artifacts:
|
||||
paths:
|
||||
- 'public'
|
||||
|
|
Loading…
Reference in a new issue