mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07: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
|