mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-17 20:28:45 -04:00
Make env var BUILD_DOCS=1 not persist
This commit is contained in:
parent
5691e5a6ac
commit
02ac516b9d
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
@echo off
|
||||
setlocal
|
||||
|
||||
SET BUILD_DOCS=1
|
||||
cargo rustdoc -p veilid-core
|
||||
cargo rustdoc -p veilid-tools
|
||||
|
||||
endlocal
|
Loading…
Add table
Add a link
Reference in a new issue