changed only build target to devportal

This commit is contained in:
mfahampshire
2024-04-25 17:32:54 +02:00
parent 2301e002a8
commit 75a65a46c4
+1 -1
View File
@@ -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" ]