publish.bat 308 B

12345678
  1. copy /y c:\boost\modular\develop\libs\filesystem\doc\*.htm? C:\boost\filesystem-gh-pages
  2. pushd C:\boost\filesystem-gh-pages
  3. git commit -a -m "merge from develop"
  4. git push
  5. popd
  6. rem Copyright Beman Dawes, 2015
  7. rem Distributed under the Boost Software License, Version 1.0.
  8. rem See www.boost.org/LICENSE_1_0.txt