mirror of https://github.com/docker/compose.git
6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
pushd docs
|
||
|
fig run jekyll jekyll build
|
||
|
popd
|