Skip to content

Commit dc4792c

Browse files
Update docs.yaml (#1420)
1 parent aabd289 commit dc4792c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
# mkdocs gh-deploy --force
4444
git config user.name doc-bot
4545
git config user.email doc-bot@openml.com
46+
git fetch --tags
4647
current_version=$(git tag | sort --version-sort | tail -n 1)
4748
# This block will rename previous retitled versions
4849
retitled_versions=$(mike list -j | jq ".[] | select(.title != .version) | .version" | tr -d '"')

0 commit comments

Comments
 (0)