Also cache docs
This commit is contained in:
parent
b218a5b6c5
commit
f1a7507ee4
|
|
@ -82,6 +82,10 @@ docs:
|
||||||
script:
|
script:
|
||||||
- make merge-lgpl-docs
|
- make merge-lgpl-docs
|
||||||
- cargo doc --verbose --features dox
|
- cargo doc --verbose --features dox
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- cargo/
|
||||||
|
- target/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/doc
|
- target/doc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue