Compare commits

..

2 Commits

Author SHA1 Message Date
69e0fe555b pipeline changes 2025-07-11 23:51:24 -05:00
c111182f7d the pipeline begins 2025-07-11 15:03:42 -05:00
3 changed files with 14 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
book
.vscode/sftp.json

6
BuildAndShip.sh Normal file
View File

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

7
dev.sh Normal file
View File

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