From d47f05e9a2eae75b5e1f5b03d18d4bef18f629ff Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Sun, 20 Oct 2024 15:59:01 -0500 Subject: [PATCH] Gitlab CI Testing --- receivers/electron/scripts/deploy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/receivers/electron/scripts/deploy.py b/receivers/electron/scripts/deploy.py index 8084724..8b2a948 100644 --- a/receivers/electron/scripts/deploy.py +++ b/receivers/electron/scripts/deploy.py @@ -81,8 +81,8 @@ def update_website(): # CI Operations copy_artifacts_to_local_cache() -# sync_local_cache() +sync_local_cache() # generate_delta_updates() -# upload_local_cache() +upload_local_cache() # generate_previous_releases_page() # update_website()