1
0
Fork 0

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:
Matej Focko 2022-12-01 14:28:54 +01:00
parent 954ab49e28
commit 7fb03bf9b2
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -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'