dependency-track/build-docs.sh

6 lines
74 B
Bash
Raw Normal View History

2018-02-08 23:16:43 -06:00
#!/usr/bin/env bash
cd docs
bundle install
bundle exec jekyll build
cd ..