Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
/ DuGR Public archive

Commit

Permalink
build docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Duduf committed Apr 26, 2022
1 parent 07634e1 commit 4be9fdc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ cd ..
del /s /q docs
rmdir /s /q docs
mkdir docs
cd DuGR_Docs
cd src
mkdocs build
cd ..
cd docs
echo dugr.rxlab.guide > "CNAME"
cd ..
cd ..
cd tools
mkdir output
DuBuilder ..\Dugr.jsx output\DuGR.jsx
Expand Down

0 comments on commit 4be9fdc

Please sign in to comment.