diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3156668e..90b95ef3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,4 +25,4 @@ jobs: git config --global user.email vektra-bot@vektra.github.io git fetch origin gh-pages --depth=1 - name: Deploy docs - run: "mike deploy --push --update-aliases --rebase ${{ github.ref_name }} latest" + run: "mike deploy --push --update-aliases --rebase $(echo ${{ github.ref_name }} | cut -d'.' -f1-2 ) latest"