Skip to content

Commit

Permalink
Modify Github workflow to use ex_doc instead of edoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fmcgeough committed Jun 13, 2024
1 parent 170a6a9 commit 1a5c411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Compile
- name: Compile
run: |
rebar3 do compile, dialyzer, edoc, xref
rebar3 do compile, dialyzer, ex_doc, xref
# Tests
- name: Run tests
Expand Down

0 comments on commit 1a5c411

Please sign in to comment.