diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 753e8ebc981bfffe396a0f92f4d820c31a724ef1..f01184c68ec7b038372033a3e8ed5c18398096e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ compile: paths: - docs - build + - generate_pydocs.py expire_in: 10 minutes only: - master diff --git a/docs/library_import_check.py b/docs/library_import_check.py index 0744294932734df8d9eef41dd216c5161b81c88a..0ff2cb4fc1d7371fd453f1210f4d9e3a3574d967 100644 --- a/docs/library_import_check.py +++ b/docs/library_import_check.py @@ -1,3 +1,3 @@ import sys,os import conf -import library \ No newline at end of file +import commandcenter \ No newline at end of file