Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 4be9fdc

Browse files
committed
build docs too
1 parent 07634e1 commit 4be9fdc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/build.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ cd ..
22
del /s /q docs
33
rmdir /s /q docs
44
mkdir docs
5+
cd DuGR_Docs
6+
cd src
7+
mkdocs build
8+
cd ..
9+
cd docs
10+
echo dugr.rxlab.guide > "CNAME"
11+
cd ..
12+
cd ..
513
cd tools
614
mkdir output
715
DuBuilder ..\Dugr.jsx output\DuGR.jsx

0 commit comments

Comments
 (0)