1
0
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:
Mario Sarcher 2020-10-30 09:19:48 +01:00
parent 3f004f56dd
commit fd1c4f7265
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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