So we don't clutter up Docker with loads of stopped containers. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
5 lines
69 B
Bash
Executable file
5 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
set -ex
|
|
pushd docs
|
|
fig run --rm jekyll jekyll build
|
|
popd
|