diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 471c04313e..acbd121dc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,14 +35,14 @@ jobs: - name: mkdocs deploy latest run: | - mike deploy --push 0.11 + mike deploy --push latest - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v') run: | - mike deploy --push --rebase --update-aliases ${{ github.sha }} latest - mike set-default --rebase --push ${{ github.sha }} + mike deploy --push--update-aliases ${{ github.ref }} latest + mike set-default --push ${{ github.ref }} diff --git a/docs/index.md b/docs/index.md index 04f9924ab1..3d66242a2a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Getting Started -Lens is the most powerful IDE for people who need to deal with Kubernetes clusters on a daily basis. It is a standalone application for MacOS, Windows and Linux operating systems. Ensure your clusters are properly setup and configured. Enjoy increased visibility, real time statistics, log streams and hands-on troubleshooting capabilities. With Lens, you can work with your clusters more easily and fast, radically improving productivity and the speed of business. Begin your journey with Lens with these [introductory videos](/get-started/intro-videos/). 1 +Lens is the most powerful IDE for people who need to deal with Kubernetes clusters on a daily basis. It is a standalone application for MacOS, Windows and Linux operating systems. Ensure your clusters are properly setup and configured. Enjoy increased visibility, real time statistics, log streams and hands-on troubleshooting capabilities. With Lens, you can work with your clusters more easily and fast, radically improving productivity and the speed of business. Begin your journey with Lens with these [introductory videos](/get-started/intro-videos/).