mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-21 00:24:14 -06: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