From dbae5dfe99486c59a9f2529e9f374a9ad830ab1a Mon Sep 17 00:00:00 2001
From: Zachary Wartell <zwartell@uncc.edu>
Date: Tue, 11 Feb 2025 13:36:57 -0500
Subject: [PATCH] -re-org, moving this submodule to different repo

---
 .gitlab-ci.yml                 | 2 +-
 scripts/gitlab-manage-students | 1 -
 www-site/Git Tutorial.html     | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 160000 scripts/gitlab-manage-students

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7564d3..8c7d2ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ pages:
     - mkdir .public/scripts
     - git submodule init
     - git submodule update
-    - cp -r html/Site\ Root/* .public
+    - cp -r www-site* .public
     - git show --no-patch --no-notes --pretty='%cd' $CI_COMMIT_SHA > REVISION.txt
     - . ./html/scripts/revision.sed
     - cp html/scripts/git-tutorial-troubleshooter .public/scripts/git-tutorial-troubleshooter.sh
diff --git a/scripts/gitlab-manage-students b/scripts/gitlab-manage-students
deleted file mode 160000
index 3dd34a6..0000000
--- a/scripts/gitlab-manage-students
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 3dd34a6628a81ddb1ac9c566d358d221b0cda28c
diff --git a/www-site/Git Tutorial.html b/www-site/Git Tutorial.html
index 2f8969e..8497ea8 100644
--- a/www-site/Git Tutorial.html	
+++ b/www-site/Git Tutorial.html	
@@ -968,7 +968,7 @@
             <!--
                 <div style="border: solid 1px" hidden="">              <p style="background-color: yellow; color: red; text-align: center;"><em>[3/12/2021                  - 12:05am] Section&nbsp; Under Construction<br>                </em></p>              This Tutorial is out of will be 160 total points<br>              The rubric is generated from the "<strong>[x pts]</strong>"<strong>              </strong>labels<strong> </strong>next to each of the tutorial<strong>              </strong><u>Exercise</u><strong>:'s.<br>                <br>              </strong>ZJW: 3/12/2021:&nbsp; The rubric is nearly complete<strong>.<br>              </strong>            </div>            -->
             <div id="Div_Rubric" >
-              <div id="cursor">
+              <div id="cursorDisable">
                 <table id="RubricAwardedPoints" class="RubricAwardedPoints">
                   <thead>
                     <tr>
-- 
GitLab