mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
|
||
---|---|---|
.. | ||
_posts | ||
assets/announcing_ray | ||
css | ||
_config.yml | ||
Gemfile | ||
index.html | ||
README.md |
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.