Install deps when building docs

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-03-09 10:06:54 +01:00
parent 66af4e2edf
commit 9763ddcf2b

View File

@@ -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