diff --git a/doc/developper/create_doc.sh b/doc/developper/create_doc.sh index 5b722086a..708d1eeed 100755 --- a/doc/developper/create_doc.sh +++ b/doc/developper/create_doc.sh @@ -4,3 +4,4 @@ if [ ! -z "$PGUSER" ] ; then postgresql_autodoc -u $PGUSER --password $PGPASSWORD -h localhost -d mod1 postgresql_autodoc -u $PGUSER --password $PGPASSWORD -h localhost -d account_repository fi +cd ../../../ && dev/compose_list.sh