Update docs build

This commit is contained in:
Alexander Zobnin
2021-03-16 18:01:45 +03:00
parent 9575e309b5
commit 29a8bde236

View File

@@ -239,15 +239,9 @@ jobs:
docker: docker:
- image: circleci/python:2.7 - image: circleci/python:2.7
steps: steps:
- run:
name: install git lfs
command: 'curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash'
- run: sudo apt-get install git-lfs
- run: git lfs install
- run: sudo pip install --upgrade pip - run: sudo pip install --upgrade pip
- run: sudo pip install mkdocs - run: sudo pip install mkdocs
- checkout - checkout
- run: git lfs fetch --all
- run: cd docs && mkdocs build --clean - run: cd docs && mkdocs build --clean
- persist_to_workspace: - persist_to_workspace:
root: . root: .