Better docs
Signed-off-by: Thomas Citharel <tcit@tcit.fr> Nicer docs No 3rd stage Add mix.deps get before docs Add :ex_doc on test env so that it runs into CI
This commit is contained in:
@@ -74,6 +74,21 @@ elixir_deps:
|
||||
paths:
|
||||
- deps
|
||||
|
||||
doc:
|
||||
stage: back
|
||||
before_script:
|
||||
- mix deps.get
|
||||
script:
|
||||
- mix docs
|
||||
- mv doc public
|
||||
cache:
|
||||
paths:
|
||||
- deps
|
||||
artifacts:
|
||||
expire_in: 1 hour
|
||||
paths:
|
||||
- public
|
||||
|
||||
mix:
|
||||
stage: back
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user