mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-24 07:47:30 +02:00
Add pre upload script to deploy the docs before component upload
This commit is contained in:
5
components/esp_modem/pre_upload.sh
Normal file
5
components/esp_modem/pre_upload.sh
Normal file
@ -0,0 +1,5 @@
|
||||
apk add clang g++ doxygen
|
||||
pip install breathe==4.29.0
|
||||
cd components/esp_modem/docs/
|
||||
./generate_docs
|
||||
cd ../../..
|
Reference in New Issue
Block a user