Fix for doxygen failing to upload

This commit is contained in:
Josh Stewart 2019-04-08 12:17:39 +10:00
parent 997f84198d
commit 5f8530be3b
3 changed files with 6 additions and 2 deletions

View File

@ -75,7 +75,11 @@ script:
# Do doxygen run and upload to server
- cd speeduino
- doxygen
- curl --user "speeduino_doxygen@speeduino.com:$WEB_PWD" --basic -T "./reference/doxygen/*" "https://speeduino.com:2078/"
- cd reference/doxygen/html
- find ./ -type f -exec curl --user "speeduino_doxygen@speeduino.com:$WEB_PWD" --basic -T {} "https://speeduino.com:2078/html/{}" \;
#Disable the XML uploading for now as it's not used
#- cd ../xml
#- find ./ -type f -exec curl --user "speeduino_doxygen@speeduino.com:$WEB_PWD" --basic -T {} "https://speeduino.com:2078/xml/{}" \;
notifications:
slack: speeduino:Y8Bhhviu4r7HFF3abMYDnH3p

View File

@ -51,7 +51,7 @@ PROJECT_BRIEF =
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
PROJECT_LOGO = "reference/wiki/Speeduino logo_med.png"
PROJECT_LOGO = "reference/wiki/Speeduino_logo_doxygen.png"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB