changed order of book building..

This commit is contained in:
mfahampshire
2024-04-25 17:56:05 +02:00
parent 4a55af3886
commit f398801d8e
+1 -1
View File
@@ -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" ]