1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00

ci: inspect the present files in publish stage

This commit is contained in:
Dominic 2020-11-22 22:09:38 +01:00
parent 00ffe95354
commit 2cb326a4c3
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -96,6 +96,7 @@ pages:
stage: publish
image: busybox
script:
- find . -maxdepth 3
- mv tarpaulin-report.html public/coverage.html
- mv target/doc public
- echo '<!DOCTYPE HTML><html><head><meta http-equiv="Refresh" content="0; url=./gotham_restful/index.html"/></head><body>The documentation is located <a href="./gotham_restful/index.html">here</a></body></html>' >public/index.html