From 5793dd97de33d34d2ec05ee9622d3f706ddd4556 Mon Sep 17 00:00:00 2001 From: Daniel Mai Date: Thu, 23 Jul 2020 18:42:36 -0700 Subject: [PATCH] docs(build): Update latest docs to v20.03.4. --- wiki/scripts/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wiki/scripts/build.sh b/wiki/scripts/build.sh index 1c88f099a52..21b66e9fda9 100755 --- a/wiki/scripts/build.sh +++ b/wiki/scripts/build.sh @@ -27,8 +27,10 @@ HUGO="${HUGO:-hugo}" # and then the older versions in descending order, such that the # build script can place the artifact in an appropriate location. VERSIONS_ARRAY=( - 'v20.03.1' + 'v20.03.4' 'master' + 'v20.03.3' + 'v20.03.1' 'v20.03.0' 'v1.2.2' 'v1.2.1'