#!/bin/bash
git add .
git commit -m "Update toolkit content"
git push origin main
echo "Deployment Complete."
