diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 40aaa2f25b..1ef0f735a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: - name: mkdocs deploy latest if: contains(github.ref, 'refs/heads/') run: | - mike deploy --push --rebase --update-aliases ${{ github.sha }} latest + mike deploy --push --rebase --update-aliases 0.1 latest - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v')