From 4eec1d19aaf76d3bd906bfafe8369b983335215c Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Thu, 26 Dec 2024 15:11:46 -0500 Subject: [PATCH] Preparing to migrate to new repo --- BuildAndPublish.sh | 15 --------------- src/Board/Audit-Committee-Charter.md | 1 - .../Audit-Committee-Charter-toDiff.md} | 0 3 files changed, 16 deletions(-) delete mode 100644 BuildAndPublish.sh delete mode 100644 src/Board/Audit-Committee-Charter.md rename src/Board/{Charters/Audit-Committee-Charter.md => charters/Audit-Committee-Charter-toDiff.md} (100%) diff --git a/BuildAndPublish.sh b/BuildAndPublish.sh deleted file mode 100644 index 99e68ac..0000000 --- a/BuildAndPublish.sh +++ /dev/null @@ -1,15 +0,0 @@ -# Build the book -mdbook build - -#Copy assets into place -rsync -av book/* ../publish-TSGHandbook - -# Commit the generated assets -cd ../publish-TSGHandbook -git add -A -git commit -m 'deploy new website version' - -# Push the assets to the github page target. -git push page master - -cd .. \ No newline at end of file diff --git a/src/Board/Audit-Committee-Charter.md b/src/Board/Audit-Committee-Charter.md deleted file mode 100644 index 8d2007e..0000000 --- a/src/Board/Audit-Committee-Charter.md +++ /dev/null @@ -1 +0,0 @@ -# Audit Committee Charter diff --git a/src/Board/Charters/Audit-Committee-Charter.md b/src/Board/charters/Audit-Committee-Charter-toDiff.md similarity index 100% rename from src/Board/Charters/Audit-Committee-Charter.md rename to src/Board/charters/Audit-Committee-Charter-toDiff.md