diff --git a/publish.bat b/publish.bat new file mode 100644 index 0000000..9012a53 --- /dev/null +++ b/publish.bat @@ -0,0 +1,4 @@ +git checkout gh-pages +git pull origin master +git push +git checkout master \ No newline at end of file