mirror of
https://github.com/docker/compose.git
synced 2025-11-10 17:00:28 +01:00
6 lines
73 B
Bash
Executable File
6 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
pushd docs
|
|
compose run --rm jekyll jekyll build
|
|
popd
|