pipeline changes

This commit is contained in:
2025-07-11 23:51:24 -05:00
parent c111182f7d
commit 69e0fe555b
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
mdbook \
build \
. \
-d book
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
mdbook \
serve \
. \
-p 3001 \
-d book \