mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 11:27:06 +08:00
dd4e99b481
* update instructions * update blog * fix images * Remove outdated documentation.
Ray Website
Development instructions
With Ruby >= 2.1 installed, run:
gem install jekyll bundler
bundle install
To view the site, run:
bundle exec jekyll serve
Deployment
To deploy the site, run
cd ~
git clone https://github.com/ray-project/ray-project.github.io.git
cd ray-project.github.io
cp -r ~/ray/site/* .
and commit as well as push the desired changes.