mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 23:44:30 +00:00
Install deps when building docs
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
66af4e2edf
commit
9763ddcf2b
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue