Skip to content

Commit

Permalink
[docs] build v12.1 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Oct 26, 2024
1 parent decfb1b commit 8defaca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/bash

# Default toolchain docs (should be latest release!)
export default_version=v12.0
export default_version=v12.1

# Maps target directory name to branch
declare -A versions_map=(
[v12.1]=v12.1
[v12.0]=v12.0
[v11.2]=v11.2-docs
[v11.1]=v11.1-docs
Expand Down

0 comments on commit 8defaca

Please sign in to comment.