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:
parent
00ffe95354
commit
2cb326a4c3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue