You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to set it up for generating javadoc per the instructions on your site. You can browse my sbt setup at the branch linked above.
xsbt previewSite seems to be generating what I expect, but xsbt ghpagesPushSite is failing in a strange way. I have attached the full output, but the error is this:
[info] Loading settings from build.sbt ...
[info] Set current project to gibbous (in build file:/home/eje/git/gibbous/)
[error] fatal: Not a git repository (or any parent up to mount point /home)
For me it looks like sbt-ghpages plugin got something that was unexpected (missing git repository). Therefore I am not sure if that is related to sbt-unidoc.
I see that you are adding some mappings in your repo. And the sbt-ghpages plugin runs some git commands depending of the mappings at least from my initial impressions. I would try digging there. :)
I have a smallish java project here:
https://github.com/erikerlandson/gibbous/tree/unidoc-issue
I attempted to set it up for generating javadoc per the instructions on your site. You can browse my sbt setup at the branch linked above.
xsbt previewSite
seems to be generating what I expect, butxsbt ghpagesPushSite
is failing in a strange way. I have attached the full output, but the error is this:full output
The text was updated successfully, but these errors were encountered: