diff --git a/Utils/Deploy.sh b/Utils/Deploy.sh
new file mode 100644
index 000000000..5527631f0
--- /dev/null
+++ b/Utils/Deploy.sh
@@ -0,0 +1,5 @@
+cd slate
+git add -A
+git commit -a -m "Doc Update"
+git push
+./deploy.sh
\ No newline at end of file
diff --git a/Utils/Slate Documentation Generator/Generate.bat b/Utils/Slate Documentation Generator/Generate.bat
index bcef8b812..bcd2fd145 100644
--- a/Utils/Slate Documentation Generator/Generate.bat
+++ b/Utils/Slate Documentation Generator/Generate.bat
@@ -1,3 +1,4 @@
+@echo off
:: Generate the Markdown doc
"./bin/SlateDocGenerator2.exe" "../../../MOOSE/Moose Development/Moose" ../../../slate/source
@@ -10,5 +11,6 @@ rmdir /s /q "./bin/TEMP"
robocopy ../../docs/Presentations ../../../slate/source/includes/Pictures /MIR /NJH /NJS
:: Deploy the Slate documentation
-"C:\Program Files\Git\bin\bash.exe" --login -i -c "cd slate | git commit -a -m "Doc Update" | ./deploy.sh"
-
+echo A shell will open. To deploy the Slate website, please run the following command. Otherwise, simply close the shell.
+echo $ Moose/Utils/Deploy.sh
+%localappdata%\GitHub\GitHub.appref-ms --open-shell
\ No newline at end of file
diff --git a/docs/Documentation/AI_Patrol.html b/docs/Documentation/AI_Patrol.html
index da3a39afb..21275d1d5 100644
--- a/docs/Documentation/AI_Patrol.html
+++ b/docs/Documentation/AI_Patrol.html
@@ -951,9 +951,6 @@ Use the method AIPATROLZONE.M
-
- This table contains the targets detected during patrol.
diff --git a/docs/Documentation/Designate.html b/docs/Documentation/Designate.html
index 0b38068a2..78397dfe5 100644
--- a/docs/Documentation/Designate.html
+++ b/docs/Documentation/Designate.html
@@ -890,7 +890,6 @@ function below will use the range 1-7 just in case
Contains the counter how many units are currently alive
+Overwrite unit names by default with group name.
+When the first Spawn executes, all the Groups need to be made visible before start.
+Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.