We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabd289 commit dc4792cCopy full SHA for dc4792c
.github/workflows/docs.yaml
@@ -43,6 +43,7 @@ jobs:
43
# mkdocs gh-deploy --force
44
git config user.name doc-bot
45
git config user.email doc-bot@openml.com
46
+ git fetch --tags
47
current_version=$(git tag | sort --version-sort | tail -n 1)
48
# This block will rename previous retitled versions
49
retitled_versions=$(mike list -j | jq ".[] | select(.title != .version) | .version" | tr -d '"')
0 commit comments