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:
parent
189d4a8bfe
commit
7d7f104c3c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user