rollup and pipeline

This commit is contained in:
2025-07-17 23:04:10 -05:00
parent 67d3bab693
commit 8541fd4fbc
2 changed files with 13 additions and 0 deletions

6
BuildAndShip.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
mdbook \
build \
. \
-d book

7
dev.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
mdbook \
serve \
. \
-p 3001 \
-d book \