Skip to content

Commit

Permalink
Add rebar3 ex_doc step to regular build pipeline to avoid surprises w…
Browse files Browse the repository at this point in the history
…hen tagging releases
  • Loading branch information
onno-vos-dev committed Dec 22, 2023
1 parent eaa6149 commit 398df1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: rebar3 eunit
- name: Run CT Tests
run: rebar3 ct
- name: Generate docs
run: rebar3 ex_doc
- name: Store CT Logs
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 398df1e

Please sign in to comment.