mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-22 22:14:40 -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
|
@echo off
|
||||||
|
setlocal
|
||||||
|
|
||||||
SET BUILD_DOCS=1
|
SET BUILD_DOCS=1
|
||||||
cargo rustdoc -p veilid-core
|
cargo rustdoc -p veilid-core
|
||||||
cargo rustdoc -p veilid-tools
|
cargo rustdoc -p veilid-tools
|
||||||
|
|
||||||
|
endlocal
|
Loading…
Add table
Add a link
Reference in a new issue