diff --git a/documentation/build_all_to_dist.sh b/documentation/build_all_to_dist.sh index 4c051ce32c..38223a6f20 100755 --- a/documentation/build_all_to_dist.sh +++ b/documentation/build_all_to_dist.sh @@ -5,7 +5,7 @@ # from there by subsequent workflow tasks. # array of project dirs -declare -a projects=("operators" "dev-portal" "docs") +declare -a projects=("dev-portal" "docs" "operators") # check you're calling from the right place if [ $(pwd | awk -F/ '{print $NF}') != "documentation" ]