diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 73f5389..d70dbae 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,10 +19,12 @@ jobs: python-version: 3.x - name: Install mkdocs run: pip install mkdocs-material + - name: Install mike + run: pip install mike - name: Set up git credentials uses: oleksiyrudenko/gha-git-credentials@v2-latest with: global: true token: ${{ secrets.USER_TOKEN }} - name: Deploy docs - run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest \ No newline at end of file + run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest