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...'