Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 236 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 236 Bytes

GoCD plugin info

Build

1. Install gems

cd docs
bundle install

2. Build site

bundle exec jekyll build --trace --incremental

3. Serve locally

bundle exec jekyll serve --trace