Skip to content

Commit

Permalink
Also build documentation as part of PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Jul 1, 2023
1 parent 18f544c commit ab9bd47
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,19 @@ jobs:
. $IDF_PATH/export.sh
idf.py reconfigure
idf.py build
build-doc:
runs-on: ubuntu-latest
container: erlang:26
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build edoc
run: |
rebar3 edoc
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: doc

0 comments on commit ab9bd47

Please sign in to comment.