1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-03 05:45:14 +00:00

Fix Gitlab CI for Docs

This commit is contained in:
Thomas Citharel 2020-10-21 09:54:16 +02:00
parent 866552b0e6
commit d0529a503d

View file

@ -108,7 +108,7 @@ pages:
script:
- mkdir public
- mkdocs build
- cd docs/fr && mkdocs build
- cd docs/fr && mkdocs build && cd ../../
- mv site/* public/
# Mix docs disabled because of https://github.com/elixir-lang/ex_doc/issues/1172
# - mix deps.get