eliza icon indicating copy to clipboard operation
eliza copied to clipboard

build: eliza docs build creates 130 files that want to be modified/added to git

Open yodamaster726 opened this issue 1 year ago • 1 comments

eliza docs build creates 130 files that want to be modified/added to git

I try to stay up with the latest code to build, run and debug issues. When I do the build, docs build creates 130 files which makes them as new/modified and really blurs our my git status.

I don't know enough on the docs architecture to see if I can just add the docs/api folder to .gitignore or if the docs build output should go to another directory that is already in the .gitignore or if it should be going to the docs/docs folder which seems to be the output directory for the docs build.

To Reproduce pnpm clean pnpm install pnpm build

See example of the output: image

If one of the more experienced devs tell me what the right course of action is here, I can go ahead and make the change and test it out.

yodamaster726 avatar Dec 05 '24 04:12 yodamaster726

This is fixed in #884

shakkernerd avatar Dec 07 '24 03:12 shakkernerd

I can confirm that this is fixed now or at least it doesn't happen any more.

yodamaster726 avatar Dec 10 '24 05:12 yodamaster726