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
Hi, I'm a maintainer of ESMeta project. We're using sbt-ghpages to publish our API docs. Thanks for developing a good tool. However, we recently had a problem when running ghpagesPushSite as mentioned in es-meta/esmeta#255 with the following message:
$ sbt ghpagesPushSite
[info] welcome to sbt 1.9.9 (Oracle Corporation Java 21.0.2)
[info] loading settings for project esmeta-build from ghpages.sbt,plugins.sbt ...
[info] loading project definition from .../esmeta/project
[info] loading settings for project root from build.sbt ...
[info] set current project to esmeta (in build file:.../esmeta/)
[info] Main Scala API documentation to .../esmeta/target/scala-3.3.1/api...
[info] Skipping unused scalacOptions: -Xsemanticdb, -semanticdb-target
[info] Main Scala API documentation successful.
[info] Nonzero exit code (1) running git.
[success] Total time: 19 s, completed Aug 27, 2024, 10:36:11 AM
Can you guide us on how to resolve or debug this problem?
The text was updated successfully, but these errors were encountered:
Hi, I'm a maintainer of ESMeta project. We're using
sbt-ghpages
to publish our API docs. Thanks for developing a good tool. However, we recently had a problem when runningghpagesPushSite
as mentioned in es-meta/esmeta#255 with the following message:Can you guide us on how to resolve or debug this problem?
The text was updated successfully, but these errors were encountered: