mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2026-02-06 17:59:53 +00:00
6 lines
74 B
Bash
6 lines
74 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
cd docs
|
||
|
|
bundle install
|
||
|
|
bundle exec jekyll serve
|
||
|
|
cd ..
|