Install deps when building docs
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
66af4e2edf
commit
9763ddcf2b
@ -162,6 +162,7 @@ pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdir public
|
||||
- mix deps.get
|
||||
- mix docs
|
||||
- mv doc public/backend
|
||||
# #- yarn run --cwd "js" styleguide:build
|
||||
|
Loading…
Reference in New Issue
Block a user