We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9575e30 commit 29a8bdeCopy full SHA for 29a8bde
.circleci/config.yml
@@ -239,15 +239,9 @@ jobs:
239
docker:
240
- image: circleci/python:2.7
241
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
247
- run: sudo pip install --upgrade pip
248
- run: sudo pip install mkdocs
249
- checkout
250
- - run: git lfs fetch --all
251
- run: cd docs && mkdocs build --clean
252
- persist_to_workspace:
253
root: .
0 commit comments