Skip to content

Commit f957998

Browse files
authored
Fix docs tags fetching
1 parent ebc1287 commit f957998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/generate_versioned_docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ set -e
2020
GIT_DIR="../"
2121

2222
# Get sorted tags
23+
git fetch --tags
2324
tags=$(git tag | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' | sort -V)
2425

2526
declare -A latest_versions=()

0 commit comments

Comments
 (0)