Skip to content

Commit 3878f9c

Browse files
committed
just look for file
1 parent ecf38d7 commit 3878f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doxy_gen_and_deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ echo "" > .nojekyll
106106
echo 'Generating Doxygen code documentation...'
107107
# Redirect both stderr and stdout to the log file AND the console.
108108

109-
if [ ! -f "$DOXYFILE" ]; then
109+
export DOXYFILE=${BUILD_DIR}/Doxyfile
110+
if [ ! -f ${DOXYFILE} ]; then
110111
echo "Grabbing default Doxyfile"
111-
export DOXYFILE=${BUILD_DIR}/Doxyfile
112112

113113
curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/Doxyfile.default > ${DOXYFILE}
114114
#sed -i "s/^INPUT .*/INPUT = ..\/../" ${DOXYFILE}

0 commit comments

Comments
 (0)