docs/script/build-docs

6 lines
73 B
Bash
Executable File

#!/bin/bash
set -ex
pushd docs
compose run --rm jekyll jekyll build
popd