Make env var BUILD_DOCS=1 not persist

This commit is contained in:
Kyle H 2023-10-30 23:29:57 -04:00
parent 5691e5a6ac
commit 02ac516b9d
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
@echo off
setlocal
SET BUILD_DOCS=1
cargo rustdoc -p veilid-core
cargo rustdoc -p veilid-tools
endlocal