dependency-track/build-docs.sh
2018-02-08 23:16:43 -06:00

6 lines
No EOL
74 B
Bash
Executable file

#!/usr/bin/env bash
cd docs
bundle install
bundle exec jekyll build
cd ..