From b7b6f0e9604613bbdaa62da2fa9909f9fd573efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Tue, 24 Jul 2018 21:50:02 +0200 Subject: [PATCH] CI: fix doc upload --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ebbbba3a..1f5f59596 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -556,6 +556,8 @@ publish:doc: - betanet-staging before_script: - sudo apk add --no-cache py3-sphinx py3-sphinx_rtd_theme openssh-client rsync + - sudo pip3 uninstall 'idna' --yes ## Fix up dependencies in alpine:3.8 + - sudo pip3 install 'idna<2.7' - sudo ln -s /usr/bin/sphinx-build-3 /usr/bin/sphinx-build - echo "${CI_PK_GITLAB_DOC}" > ~/.ssh/id_ed25519 - echo "${CI_KH}" > ~/.ssh/known_hosts