Skip to content

Commit 29a8bde

Browse files
Update docs build
1 parent 9575e30 commit 29a8bde

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,9 @@ jobs:
239239
docker:
240240
- image: circleci/python:2.7
241241
steps:
242-
- run:
243-
name: install git lfs
244-
command: 'curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash'
245-
- run: sudo apt-get install git-lfs
246-
- run: git lfs install
247242
- run: sudo pip install --upgrade pip
248243
- run: sudo pip install mkdocs
249244
- checkout
250-
- run: git lfs fetch --all
251245
- run: cd docs && mkdocs build --clean
252246
- persist_to_workspace:
253247
root: .

0 commit comments

Comments
 (0)