Skip to content

Commit 818dcbe

Browse files
Added documentation build script
1 parent 486745a commit 818dcbe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build_docs.cmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
call git submodule update --init --recursive Docs
2+
call git submodule foreach git pull origin master
3+
xcopy Docs\content Docs\docs-common\content /s /e /Y
4+
cd Docs\docs-common
5+
call hugo server

0 commit comments

Comments
 (0)