CI: fix publish:pages (again)

This commit is contained in:
Grégoire Henry 2018-01-29 23:22:56 +01:00
parent b8beba2201
commit e3a7f334ca

View File

@ -406,9 +406,7 @@ publish:pages:
paths:
- public
script:
- cd /home/opam/tezos
- sudo apk update && sudo apk upgrade
- sudo apk add py3-sphinx py3-sphinx_rtd_theme
- sudo apk add --no-cache py3-sphinx py3-sphinx_rtd_theme
- sudo ln -s /usr/bin/sphinx-build-3 /usr/bin/sphinx-build
- opam install --yes odoc
- make doc-html && sudo mv docs/_build "${CI_PROJECT_DIR}"/public