mirror of https://github.com/istio/istio.io.git
Fix archive site build.
This commit is contained in:
parent
81b5b3931b
commit
5bdc5a1cae
|
@ -63,7 +63,7 @@ for rel in "${TOBUILD[@]}"; do
|
|||
scripts/gen_site.sh "${URL}"
|
||||
|
||||
if [[ "${TAG}" != "release-0.8" && "${TAG}" != "release-1.0" && "${TAG}" != "release-1.1" && "${TAG}" != "release-1.2" && "${TAG}" != "release-1.3" ]]; then
|
||||
scripts/build_site.sh
|
||||
scripts/build_site.sh "${URL}"
|
||||
fi
|
||||
|
||||
mv public "${TMP}/archive/${NAME}"
|
||||
|
|
Loading…
Reference in New Issue