dependency-track/dev/scripts/docs-build.sh
nscuro df196b5ec8
Move Compose files and scripts to dev directory
To make it clear that these Compose files are only meant for dev and testing work. Avoiding confusion with the existing `src/main/docker/docker-compose.yml`, which is also used as quickstart.

Signed-off-by: nscuro <nscuro@protonmail.com>
2023-05-29 18:46:14 +02:00

5 lines
No EOL
150 B
Bash
Executable file

#!/usr/bin/env bash
pushd docs >/dev/null || exit
(bundle install --path ./vendor/bundle && bundle exec jekyll build) || true
popd >/dev/null || exit