From 0d2a9486bee81f5a9f7e25efee1e723d9652ac1e Mon Sep 17 00:00:00 2001 From: SP Mohanty <spmohanty91@gmail.com> Date: Thu, 9 May 2019 02:51:22 +0200 Subject: [PATCH] Add a step to install flatland when building docs --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1de000e7..cbdd0164 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ build_and_deploy_docs: - pip install awscli script: - pip install -r requirements_dev.txt + - python setup.py install - make docs - aws s3 sync ./docs/_build/html s3://${BUCKET_NAME} environment: -- GitLab