mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 13:02:28 +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
|
stage: publish
|
||||||
image: busybox
|
image: busybox
|
||||||
script:
|
script:
|
||||||
|
- find . -maxdepth 3
|
||||||
- mv tarpaulin-report.html public/coverage.html
|
- mv tarpaulin-report.html public/coverage.html
|
||||||
- mv target/doc public
|
- 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
|
- 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