mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Make env var BUILD_DOCS=1 not persist
This commit is contained in:
parent
5691e5a6ac
commit
02ac516b9d
@ -1,4 +1,8 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
SET BUILD_DOCS=1
|
||||
cargo rustdoc -p veilid-core
|
||||
cargo rustdoc -p veilid-tools
|
||||
|
||||
endlocal
|
Loading…
Reference in New Issue
Block a user