diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 0dbbc4cab..229c3fbd9 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -43,6 +43,7 @@ jobs: # mkdocs gh-deploy --force git config user.name doc-bot git config user.email doc-bot@openml.com + git fetch --tags current_version=$(git tag | sort --version-sort | tail -n 1) # This block will rename previous retitled versions retitled_versions=$(mike list -j | jq ".[] | select(.title != .version) | .version" | tr -d '"')