mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix variable usage and use mkdocs-material-insiders repo
Signed-off-by: Mario Sarcher <msarcher@mirantis.com>
This commit is contained in:
parent
61fc7fdc9c
commit
24f37711c7
4
.github/workflows/mkdocs-delete-version.yml
vendored
4
.github/workflows/mkdocs-delete-version.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install mkdocs-material
|
||||
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/lensapp/mkdocs-material-insiders.git
|
||||
pip install mike
|
||||
|
||||
- name: Checkout Release from lens
|
||||
@ -34,4 +34,4 @@ jobs:
|
||||
|
||||
- name: mkdocs delete version
|
||||
run: |
|
||||
mike delete --push ${{ github.event.inputs.version
|
||||
mike delete --push ${{ github.event.inputs.version }}
|
||||
Loading…
Reference in New Issue
Block a user