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:
6
scripts/docs
Executable file
6
scripts/docs
Executable 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
|
||||
|
Reference in New Issue
Block a user