Skip to content

Commit

Permalink
Merge pull request #119 from aws-beam/match-doc-dir-in-rebar-config-w…
Browse files Browse the repository at this point in the history
…ith-app-src

Match rebar.config doc dir with app.src doc dir
  • Loading branch information
onno-vos-dev authored Jan 27, 2023
2 parents 3d4de04 + 85c4e49 commit 8f54b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: edoc
path: edoc
path: doc
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{erl_opts, [debug_info, {d, maps_support}]}.
{edoc_opts, [{dir, "edoc"}]}.
{edoc_opts, [{dir, "doc"}]}.
{deps, [{erlware_commons, "1.6.0"},
{hackney, "1.18.0"},
{jsx, "3.0.0"}
Expand Down

0 comments on commit 8f54b3c

Please sign in to comment.