compose/script/build-docs

6 lines
69 B
Bash
Executable File

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