mirror of
https://github.com/docker/compose.git
synced 2026-06-25 02:28:24 +00:00
5 lines
57 B
Bash
Executable file
5 lines
57 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pushd docs
|
|
fig run jekyll jekyll build
|
|
popd
|