1
0
mirror of https://github.com/rancher/os.git synced 2025-06-18 19:27:26 +00:00
os/scripts/docs
Sven Dowideit b344657d0f add 'make docs' to build locally
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-11-02 15:19:14 +10:00

7 lines
116 B
Bash
Executable File

#!/bin/bash
set -e
set -x
docker run --rm -v $(pwd)/docs:/site -p 4000:4000 andredumas/github-pages serve --watch