JarroVGIT commented on PR #1857:
URL: 
https://github.com/apache/datafusion-ballista/pull/1857#issuecomment-4679584081

   Good question, I now realise there is no staging location in CI. I build the 
website locally and served it with the following (assumes `uv` to be installed)
   - Create venv: `uv venv venv`
   - Activate venv: `source venv\bin\activate`
   - Install requirements: `uv pip install -r docs/requirements.txt`
   - Build site: `cd docs && ./build.sh`
   - Serve website: `python -m http.server 8765 -d build/html` (assumes you are 
still in docs directory)
   
   It will spew a few warnings, I haven't fixed those but they are pre-existing 
(see[ this Action 
run](https://github.com/apache/datafusion-ballista/actions/runs/27204575113/job/80316886447#step:6:121)
 for example). If you want I can have a look at that as well


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to