mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-20 13:04:47 -04:00
Merge branch 'kyanha-build-docs-env-fix' into 'main'
Ensure BUILD_DOCS=1 doesn't persist outside build_docs.bat See merge request veilid/veilid!233
This commit is contained in:
commit
0c8b2e7023
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