On 6/4/26 5:11 PM, andy pugh wrote:
We are unsure how the website syncs the docs.
I _think_ that the Buildbot builds the docs and uploads to the website.
We should probably arrange for it to happen directly through the git CI.

Not sure how this will work, but it may be difficult or problematic without exposing keys.

Github/CI is generally visible by any and all. I'd consider it risky if Github was allowed to push to the web server. We've seen and heard too many instances where private data was exposed. Better not getting into that.


There may be a possibility to fix it without changing the buildbot stuff.

If we create a sym-link docs/html/ -> docs/build/html/ and the sync routine dereferences, then we'd copy the new tree. We'd simply add the "old" html directory in the build (and also to docs/.gitignore and make clean).

If it doesn't work, then we can even try a hard-link instead of a sym-link (if the filesystem allows it; probably, but not encouraged).

--
Greetings Bertho

(disclaimers are disclaimed)



_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to