From 75a65a46c4d2edda71ba146fa8ac63767a327231 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Thu, 25 Apr 2024 17:32:54 +0200 Subject: [PATCH] changed only build target to devportal --- documentation/build_all_to_dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/build_all_to_dist.sh b/documentation/build_all_to_dist.sh index b38e13c9f5..ea752ae6df 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") +declare -a projects=("dev-portal") # check you're calling from the right place if [ $(pwd | awk -F/ '{print $NF}') != "documentation" ]