From 68395580f85e2373e15ea3cc4bc228a0bb3edf73 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 25 Jan 2018 12:55:09 -0500 Subject: [PATCH] build - Copy doxygen config files to dash repo --- scripts/generateDocumentationAndDeploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/generateDocumentationAndDeploy.sh b/scripts/generateDocumentationAndDeploy.sh index 8315b0c6..1b219dc8 100644 --- a/scripts/generateDocumentationAndDeploy.sh +++ b/scripts/generateDocumentationAndDeploy.sh @@ -48,6 +48,8 @@ mkdir code cd code git clone https://github.com/dashpay/dash.git +cp $TRAVIS_BUILD_DIR/doxygen/* dash/doc/ + ################################################################################ ##### Generate the Doxygen code documentation and log the output. ##### echo 'Generating Doxygen code documentation...'