This commit is contained in:
Grey-Echo 2017-05-03 16:58:31 +02:00
parent 7b2f0fda9c
commit be983ccbd5

View File

@ -8,3 +8,7 @@ rmdir /s /q "./bin/TEMP"
:: Copy the Images that go with the documentation
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"