fix: install exact version of mkdocs and mkdocs_material during docs site building (#3095)

This commit is contained in:
Alexander Matyushentsev 2020-02-07 16:06:06 -08:00 committed by GitHub
parent 916d4aed57
commit d5286296eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
python-version: 3.x
- name: build
run: |
pip install mkdocs mkdocs_material
pip install mkdocs==1.0.4 mkdocs_material==4.1.1
mkdocs build
mkdir ./site/.circleci && echo '{version: 2, jobs: {build: {branches: {ignore: gh-pages}}}}' > ./site/.circleci/config.yml
- name: deploy