chore: update docs builder

This commit is contained in:
Zach Daniel 2023-09-27 01:35:59 -04:00
parent 95db54fe2e
commit 225c9ee2f0

View file

@ -612,7 +612,7 @@ defmodule Utils do
Path.extname(to_string(item)) != ".md"
end)
|> Stream.reject(fn {item, _} ->
String.contains?(item, "hexdocs")
String.contains?(to_string(item), "hexdocs")
end)
|> Enum.reject(fn
{_name, config} ->