Skip to content

Commit 68c1797

Browse files
build v10.2 docs
Signed-off-by: mateoconlechuga <matthewwaltzis@gmail.com>
1 parent a9ee9ba commit 68c1797

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/bin/bash
22

33
# Default toolchain docs (should be latest release!)
4-
export default_version=v10.1
4+
export default_version=v10.2
55

66
# Maps target directory name to branch
77
declare -A versions_map=(
8+
[v10.2]=v10.2-docs
89
[v10.1]=v10.1-docs
910
[v10.0]=v10.0-docs
1011
[v9.2]=v9.2-docs

0 commit comments

Comments
 (0)