diff --git a/.github/workflows/remove-temporary-docs.yaml b/.github/workflows/remove-temporary-docs.yaml index 069b4b4..8566ebe 100644 --- a/.github/workflows/remove-temporary-docs.yaml +++ b/.github/workflows/remove-temporary-docs.yaml @@ -20,6 +20,9 @@ jobs: - name: Set up uv uses: astral-sh/setup-uv@v7 + - name: Configure Git + uses: ./.github/actions/configure-git + - name: Remove temporary docs run: | VERSION=next-pr-${{ github.event.number }} diff --git a/pyproject.toml b/pyproject.toml index 612a712..5a72f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = ["hatchling", "versioningit"] dev = [ "genbadge[coverage,tests]", "git-changelog", - "mike", + "mike>=2.0.0", "mkdocs-git-revision-date-localized-plugin", "mkdocs-macros-plugin", "mkdocs-material",