Skip to content

Commit

Permalink
Merge pull request #109 from paulo-ferraz-oliveira/fix/ex_doc-2-githu…
Browse files Browse the repository at this point in the history
…b-link

Fix ex_doc > GitHub link
  • Loading branch information
elbrujohalcon committed Aug 8, 2023
2 parents 4f8b1e0 + 437b5b6 commit 3352959
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
-otp-${{steps.setup-beam.outputs.otp-version}}\
-rebar3-${{steps.setup-beam.outputs.rebar3-version}}\
-hash-${{hashFiles('rebar.lock')}}"
- run: rebar3 test
- run: rebar3 format --verify
- run: |
rm -rf example/_checkouts # Prevent long running analysis
rebar3 test
example:
name: Makes sure our example run over ${{matrix.otp_vsn}}
runs-on: ubuntu-22.04
Expand Down
6 changes: 5 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@

%% == Documentation ==

{ex_doc, [{source_url, <<"https://github.com/inaka/cowboy-trails">>}]}.
{ex_doc,
[{source_url, <<"https://github.com/inaka/cowboy-trails">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"README.md">>},
{prefix_ref_vsn_with_v, false}]}.

{hex, [{doc, #{provider => ex_doc}}]}.

Expand Down

0 comments on commit 3352959

Please sign in to comment.