Skip to content

Commit

Permalink
trouble reading lib properties
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 24, 2024
1 parent d75fb14 commit b805c0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ build:
mv doxygen-$DOXYGEN_VERSION/bin/doxygen ./ &&
cd ..
- ls -a
- echo $(awk -F "=" '/version/ {print $2}' library.properties)
# get lib version & overwrite Doxyfile values
- >
RF24_VERSION=v`awk -F "=" '/version/ {print $2}' library.properties` &&
RF24_VERSION=v$(awk -F "=" '/version/ {print $2}' library.properties) &&
touch docs/doxygenAction &&
echo "PROJECT_NUMBER = $RF24_VERSION" >> docs/doxygenAction &&
echo -e "\n@INCLUDE = doxygenAction" >> docs/Doxyfile
Expand Down

0 comments on commit b805c0a

Please sign in to comment.