Skip to content

Commit 1425f3e

Browse files
authored
Merge pull request #128 from brentru/doxygen-fix
Fix Doxygen Docs Missing
2 parents 9086dc2 + 6603374 commit 1425f3e

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,11 @@ jobs:
3434
- name: test platforms
3535
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
3636

37-
clang_and_doxy:
38-
runs-on: ubuntu-latest
39-
needs: build
40-
steps:
41-
- uses: actions/setup-python@v1
42-
with:
43-
python-version: '3.x'
44-
- uses: actions/checkout@v2
45-
46-
- uses: actions/checkout@v2
47-
with:
48-
repository: adafruit/ci-arduino
49-
path: ci
50-
51-
- name: pre-install
52-
run: bash ci/actions_install.sh
53-
5437
- name: clang
5538
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
5639

5740
- name: doxygen
5841
env:
5942
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
6043
PRETTYNAME : "Adafruit IO Arduino Library"
61-
run: bash ci/doxy_gen_and_deploy.sh
44+
run: bash ci/doxy_gen_and_deploy.sh

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Adafruit IO Arduino
2-
version=3.6.3
2+
version=3.6.4
33
author=Adafruit
44
maintainer=Adafruit <adafruitio@adafruit.com>
55
sentence=Arduino library to access Adafruit IO.
66
paragraph=Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.
77
category=Communication
88
url=https://github.com/adafruit/Adafruit_IO_Arduino
99
architectures=*
10-
depends=Adafruit MQTT Library, ArduinoHttpClient, Adafruit Unified Sensor, Adafruit NeoPixel, DHT sensor library, Ethernet, Adafruit Si7021 Library, Adafruit SGP30 Sensor, Adafruit BME280 Library, Adafruit LIS3DH, Adafruit VEML6070 Library, ESP32Servo, Adafruit IO Arduino
10+
depends=Adafruit MQTT Library, ArduinoHttpClient, Adafruit Unified Sensor, Adafruit NeoPixel, DHT sensor library, Ethernet, Adafruit Si7021 Library, Adafruit SGP30 Sensor, Adafruit BME280 Library, Adafruit LIS3DH, Adafruit VEML6070 Library, ESP32Servo

0 commit comments

Comments
 (0)