Add pre upload script to deploy the docs before component upload

This commit is contained in:
David Cermak
2021-07-23 09:42:25 +02:00
parent c1b1330680
commit 918db0d2f1
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,5 @@
apk add clang g++ doxygen
pip install breathe==4.29.0
cd components/esp_modem/docs/
./generate_docs
cd ../../..