forked from potsda.mn/mobilizon
Disable mix docs for now
Because of https://github.com/elixir-lang/ex_doc/issues/1172 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
b0b0c3976e
commit
42f07c17e5
|
@ -108,8 +108,9 @@ pages:
|
|||
- mkdir public
|
||||
- mkdocs build
|
||||
- mv site/* public/
|
||||
- mix deps.get
|
||||
- mix docs
|
||||
# Mix docs disabled because of https://github.com/elixir-lang/ex_doc/issues/1172
|
||||
# - mix deps.get
|
||||
# - mix docs
|
||||
- mv doc public/backend
|
||||
#- cd js
|
||||
#- yarn install
|
||||
|
|
Loading…
Reference in a new issue