Add docs build.

This commit is contained in:
h2zero
2022-08-27 12:38:53 -06:00
committed by h2zero
parent 0f4da63fc8
commit 562a32eda6
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/'