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 b79916c commit 93fa774Copy full SHA for 93fa774
.github/workflows/docs_build.yml
@@ -45,17 +45,8 @@ jobs:
45
PATH=/home/runner/.local/bin:$PATH pip3 install -r requirements.txt --prefer-binary
46
PATH=/home/runner/.local/bin:$PATH SPHINXOPTS="-W" build-docs -l en
47
48
- - name: Install Arduino CLI
49
- run: |
50
- source .github/scripts/install-arduino-cli.sh
51
-
52
- - name: Install ESP32 Core
53
54
- source .github/scripts/install-arduino-core-esp32.sh
55
56
- name: Build Examples
57
run: |
58
- echo "Configuring Arduino CLI and ESP32 core"
59
source .github/scripts/install-arduino-cli.sh
60
source .github/scripts/install-arduino-core-esp32.sh
61
python3 .github/scripts/docs_build_examples.py -ai $ARDUINO_IDE_PATH -au $ARDUINO_USR_PATH
0 commit comments