feat: add scripts/build.sh
This commit is contained in:
parent
6abeaae1e3
commit
6d4b143dfb
|
|
@ -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)"
|
||||
Loading…
Reference in New Issue