Merge branch 'fix/1610-release-compilation-config-fix' into 'develop'
Merging default release config on app start Closes #1610 See merge request pleroma/pleroma!2288
This commit is contained in:
commit
7cdabdc0df
10 changed files with 55 additions and 54 deletions
|
|
@ -28,7 +28,7 @@ defmodule Mix.Tasks.Pleroma.Docs do
|
|||
defp do_run(implementation) do
|
||||
start_pleroma()
|
||||
|
||||
with descriptions <- Pleroma.Config.Loader.load("config/description.exs"),
|
||||
with descriptions <- Pleroma.Config.Loader.read("config/description.exs"),
|
||||
{:ok, file_path} <-
|
||||
Pleroma.Docs.Generator.process(
|
||||
implementation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue