diff options
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9822ef3..7814ea09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,6 @@ build-doc: image: docker.louiz.org/poezio/poezio/doc-builder script: - ./update.sh - - ln -s /usr/libexec/python3-sphinx/sphinx-build /usr/bin/ - make doc - rm -rf /www/latest - mv doc/build/html/ /www/latest |