Skip to content
Snippets Groups Projects
Commit 0d2a9486 authored by spmohanty's avatar spmohanty
Browse files

Add a step to install flatland when building docs

parent e77e23ca
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment