-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build Elixir Docs #1539
Comments
It works now. Thank you. Question: How come CI was passing on Elixir? |
I see building docs is part of the release.yml, but not part of the CI.yml. |
@eksperimental I like that. Can you please submit a PR? |
@josevalim Should we wait until #1412 is merged? |
We can do without #1412 and add the flag later. :) Catching a broken docs build will already be good enough. |
So no warning catching for now. |
@josevalim Would it be possible to have a new release that includes this change? I am working to make Elixir build docs automatically based on the latest stable version of ExDoc for building docs (and testing the latest release of ExDoc at the same time) and it is not working because of this bug. |
I would rather prefer to have Elixir run against master, so we catch bugs earlier. No? |
Another thing that we may consider is to add to the CI of ExDoc a test for bulding Elixir documentation |
I answered above partially this (as I was writing the previous message your comment popped in) I think we can:
|
I retaged v0.28.3 to include the update bin, so we should be good now! |
Running both up-to-date branches Elixir and ExDoc.
The text was updated successfully, but these errors were encountered: