mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2025-10-19 16:03:19 +00:00
6 lines
74 B
Bash
6 lines
74 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
cd docs
|
||
|
bundle install
|
||
|
bundle exec jekyll build
|
||
|
cd ..
|