Add docs build.

This commit is contained in:
h2zero
2022-10-23 21:30:15 -06:00
parent c743f0e558
commit 86293a8b1d
8 changed files with 20 additions and 6 deletions
+9
View File
@@ -47,3 +47,12 @@ jobs:
. ${IDF_PATH}/export.sh
cp -r components/esp-nimble-cpp/examples/* .
idf.py -C ${{ matrix.example }} -DEXTRA_COMPONENT_DIRS=$PWD/components build
build_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.9.1
with:
working-directory: 'docs/'