From 52029e03fa44a028f3c8a3e5dd71ebff073bb769 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Wed, 13 Feb 2019 14:28:30 +0300 Subject: [PATCH] circleci: fix building docs --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2550019..ad534b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,7 +97,7 @@ jobs: 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: pip install --upgrade pip + - run: sudo pip install --upgrade pip - run: sudo pip install mkdocs - checkout - run: git lfs fetch --all