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