ci: move doc.warnings up to be evaluated
The file is now generated under doc/, so move it up for evaluation.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/.shippable.yml b/.shippable.yml
index c677f7e..d395656 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -44,6 +44,7 @@
make htmldocs
if [ -s doc/doc.warnings ]; then
echo " => New documentation warnings/errors";
+ cp doc/doc.warnings doc.warnings
fi;
echo "- Verify commit message, coding style, doc build";
./scripts/ci/check-compliance.py --commits ${COMMIT_RANGE} || true;