We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e862196 commit 284ba70Copy full SHA for 284ba70
.github/workflows/test-esp-docs.yml
@@ -122,7 +122,7 @@ jobs:
122
run: |
123
${IDF_PATH}/install.sh
124
. ${IDF_PATH}/export.sh
125
- apt update && apt install -y libffi-dev libcairo2-dev
+ apt update && apt install -y libffi-dev libcairo2-dev doxygen
126
pip install esp_docs-*-py3-none-any.whl
127
cd ${IDF_PATH}/docs
128
build-docs -t esp32 -l en
0 commit comments