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: |
|
||||
python -m pip install --upgrade pip
|
||||
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
|
||||
run: |
|
||||
cd lens/
|
||||
mkdocs gh-deploy --force
|
||||
mike deploy --push --update-aliases 4.0.0 latest
|
||||
|
||||
|
||||
# - name: Commit files
|
||||
|
||||
@ -86,4 +86,6 @@ extra:
|
||||
name: Lens on Twitter
|
||||
- icon: fontawesome/brands/slack
|
||||
link: http://k8slens.slack.com/
|
||||
name: Lens on Slack
|
||||
name: Lens on Slack
|
||||
version:
|
||||
method: mike
|
||||
Loading…
Reference in New Issue
Block a user