From 70d8a930a35a24e603a34dbdaaec99a75b047332 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Thu, 26 Dec 2024 00:18:31 -0500 Subject: [PATCH] . --- BuildAndPublish.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 BuildAndPublish.sh diff --git a/BuildAndPublish.sh b/BuildAndPublish.sh deleted file mode 100644 index d959809..0000000 --- a/BuildAndPublish.sh +++ /dev/null @@ -1,15 +0,0 @@ -# Build the book -mkdocs build - -#Copy assets into place -rsync -a site/* ../../publish-STLShopGuide - -# 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