Skip to content

Commit

Permalink
Merge pull request #4 from MikaelFangel/main
Browse files Browse the repository at this point in the history
docs: renamed ex_doc output (MikaelFangel#6)
  • Loading branch information
PhilipCramer authored May 10, 2024
2 parents b2d0f71 + 888a979 commit 373e2ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/deps/

# Where third-party dependencies like ExDoc output generated docs.
/doc/
/docs/

# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
Expand Down
5 changes: 4 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ defmodule LogpointApi.MixProject do
version: "0.1.0",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps()
deps: deps(),
docs: [
output: "docs"
]
]
end

Expand Down

0 comments on commit 373e2ee

Please sign in to comment.