1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Amended pip install command

This commit is contained in:
steve richards 2020-10-29 18:01:43 +00:00 committed by GitHub
parent 189d4a8bfe
commit 7d7f104c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r mkdocs-material-insiders/requirements.txt
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/lensapp/mkdocs-material-insiders.git
pip install mkdocs-git-revision-date-localized-plugin
- name: mkdocs deploy