diff --git a/doc/publish.bat b/doc/publish.bat new file mode 100644 index 0000000..a79a067 --- /dev/null +++ b/doc/publish.bat @@ -0,0 +1,8 @@ +copy /y c:\boost\modular\develop\libs\endian\doc\* d:\boost\endian-gh-pages +pushd d:\boost\endian-gh-pages +git commit -a +git push +popd +rem Copyright Beman Dawes, 2013 +rem Distributed under the Boost Software License, Version 1.0. +rem See www.boost.org/LICENSE_1_0.txt \ No newline at end of file