travis: correct doc index location
This commit is contained in:
parent
434c074a79
commit
047e1e11f6
|
@ -93,7 +93,7 @@ script:
|
||||||
esac
|
esac
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- cp ./doc_index.html ./index.html
|
- cp ./doc_index.html ./target/doc/index.html
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
|
|
Loading…
Reference in New Issue