-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Generating outside a git repo always fails #465
Comments
CLI is just calling the generator command, the folder is being created by the generator library. I ran the command on a glee application and it is working, though I still get some warnings
|
Yeah, I can confirm it was my machine that was messed up. In any case, like you, I also see this warning and it's taking almost a minute to generate docs o.O |
Describe the bug
I'm trying to generate HTML docs using the following command:
and it's giving me the following output:
Even if I remove the
docs
directory, it still fails because (as I'm assuming) the CLI creates it before generation.I noticed that running it on an existing folder with a Glee project, it's giving me another error:
Expected behavior
It should generate the docs even without the
--force-write
flag.The text was updated successfully, but these errors were encountered: