1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

add 'make docs' to build locally

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-11-02 15:19:14 +10:00
parent 4d4c633f7e
commit b344657d0f
3 changed files with 24 additions and 0 deletions

6
scripts/docs Executable file
View File

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