|
|
|
@ -8,7 +8,7 @@ echo "Generating and deploying documentation for user $DRONE_REPO_OWNER and repo
|
|
|
|
|
help() {
|
|
|
|
|
cat <<EOF
|
|
|
|
|
usage: $0
|
|
|
|
|
-l --loc [dir] path to the documentation root - required
|
|
|
|
|
-l --loc [dir] location of the documentation sources root - required
|
|
|
|
|
-t --type [docusaurus|doxygen|swagger] type of documentation generator to use. - required
|
|
|
|
|
-d --dest [dir] path to where to put the documentation outputs in your repository's CodeDoc space - optional !! cannot be absolute !!
|
|
|
|
|
EOF
|
|
|
|
|