mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2025-10-19 07:53:18 +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 build
|
|
cd .. |