From d316ab888e968045418b2b7f2cff410b05c5485e Mon Sep 17 00:00:00 2001
From: Daniel de Leng <dnleng@protonmail.com>
Date: Tue, 2 Jul 2024 23:07:05 +0200
Subject: [PATCH] Change library to commandcenter in CI

---
 .gitlab-ci.yml               | 1 +
 docs/library_import_check.py | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 753e8ebc9..f01184c68 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 074429493..0ff2cb4fc 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
-- 
GitLab