diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 3d5bab7..8acda1f 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -111,6 +111,8 @@ jobs: ${{runner.os}}-rebar3-${{matrix.otp}}-${{matrix.rebar3}}- - name: Run xref run: rebar3 xref + - name: Generate docs + run: rebar3 ex_doc nova_request_app: if: github.ref != 'refs/heads/master' needs: [build]