Merge "Make static html publication cleaner"

This commit is contained in:
Jenkins
2014-12-04 19:10:57 +00:00
committed by Gerrit Code Review

View File

@@ -13,10 +13,12 @@
- docs:
project: '{name}'
- shell: |
mkdir -p .html
mv doc/build/html/* .html/
rm -rf *
mv .html/* ./
#!/bin/bash -xe
rm -rf ,html
mv doc/build/html ,html
rm -rf .[^.]* [^,]*
mv ,html/.[^.]* ,html/* ./
rm -r ,html
publishers:
- scp: