feat: add scripts/build.sh
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
|
||||
echo "=== verstak-docs build ==="
|
||||
echo " 📝 Documentation repository — no build target needed"
|
||||
echo ""
|
||||
echo "✅ build passed (no-op)"
|
||||
Reference in New Issue
Block a user