compose/script/build-docs

6 lines
57 B
Bash
Executable File

#!/bin/bash
pushd docs
fig run jekyll jekyll build
popd