From c51c856da8b765c2bbfc4d55d4aa8075e3482150 Mon Sep 17 00:00:00 2001 From: Romain Canon Date: Tue, 26 Dec 2023 17:44:40 +0100 Subject: [PATCH] doc: fix documentation deployment --- .github/workflows/docs.yml | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f9c939af..8b4ad5b8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -76,7 +76,7 @@ jobs: - run: | # Check if the "latest" alias exists - VALINOR_HAS_LATEST=$(mike list --config-file docs/mkdocs.yml --rebase --remote doc | grep latest) || true + VALINOR_HAS_LATEST=$(mike list --config-file docs/mkdocs.yml --remote doc | grep latest) || true # If so then it is set as the default version (to enable the index redirect) if [ "${VALINOR_HAS_LATEST}" != "" ] diff --git a/docs/requirements.txt b/docs/requirements.txt index 9b6ae7fc..a5c11dd7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ mkdocs==1.5.3 mkdocs-material==9.4.3 mkdocs-material-extensions==1.2 -mike==1.1.2 +mike==2.0.0 # Markdown extensions markdown==3.3.7