Configured artifacts publish daily & on merge for projects with documentation
[releng.git] / jjb / octopus / build-docu.sh
index cbbf265..558451d 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/bash
+set -xv
 for file in $(find . -type f -iname '*.rst'); do
          file_cut="${{file%.*}}"
          html_file=$file_cut".html"