mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-11 19:28:30 +00:00
Fix base_dir for GitHub PageS
This commit is contained in:
5
justfile
5
justfile
@@ -48,3 +48,8 @@ bench:
|
||||
docs:
|
||||
cargo build --release --manifest-path docs-gen/Cargo.toml
|
||||
./docs-gen/target/release/docs-gen docs-src --out docs
|
||||
|
||||
docs-test:
|
||||
cargo build --release --manifest-path docs-gen/Cargo.toml
|
||||
./docs-gen/target/release/docs-gen docs-src --out test/cpp-httplib
|
||||
cd test && python3 -m http.server
|
||||
|
||||
Reference in New Issue
Block a user