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

Remove Materials Insiders usage. (#7430)

Signed-off-by: Steve Richards <srichards@mirantis.com>
This commit is contained in:
steve richards 2023-03-29 15:09:33 +01:00 committed by GitHub
parent d8c485a79f
commit a5d458bd97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View File

@ -57,7 +57,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/lensapp/mkdocs-material-insiders.git pip install mkdocs-material
pip install mike pip install mike
- name: Checkout Release from lens - name: Checkout Release from lens

View File

@ -18,7 +18,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/lensapp/mkdocs-material-insiders.git pip install mkdocs-material
pip install mike pip install mike
- name: Checkout Release from lens - name: Checkout Release from lens

View File

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/lensapp/mkdocs-material-insiders.git pip install mkdocs-material
pip install mike pip install mike
- name: Checkout Version from lens - name: Checkout Version from lens

View File

@ -18,7 +18,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/lensapp/mkdocs-material-insiders.git pip install mkdocs-material
pip install mike pip install mike
- name: Checkout Release from lens - name: Checkout Release from lens

View File

@ -53,6 +53,7 @@ theme:
- toc.autohide - toc.autohide
- search.suggest - search.suggest
- search.highlight - search.highlight
- content.code.copy
extra_css: extra_css:
- stylesheets/extra.css - stylesheets/extra.css