mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add mkdocs insider versioning feature
This commit is contained in:
parent
3f004f56dd
commit
fd1c4f7265
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -30,12 +30,12 @@ jobs:
|
|||||||
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 git+https://${{ secrets.GH_TOKEN }}@github.com/lensapp/mkdocs-material-insiders.git
|
||||||
pip install mkdocs-git-revision-date-localized-plugin
|
pip install mkdocs-git-revision-date-localized-plugin mike
|
||||||
|
|
||||||
- name: mkdocs deploy
|
- name: mkdocs deploy
|
||||||
run: |
|
run: |
|
||||||
cd lens/
|
cd lens/
|
||||||
mkdocs gh-deploy --force
|
mike deploy --push --update-aliases 4.0.0 latest
|
||||||
|
|
||||||
|
|
||||||
# - name: Commit files
|
# - name: Commit files
|
||||||
|
|||||||
@ -87,3 +87,5 @@ extra:
|
|||||||
- icon: fontawesome/brands/slack
|
- icon: fontawesome/brands/slack
|
||||||
link: http://k8slens.slack.com/
|
link: http://k8slens.slack.com/
|
||||||
name: Lens on Slack
|
name: Lens on Slack
|
||||||
|
version:
|
||||||
|
method: mike
|
||||||
Loading…
Reference in New Issue
Block a user