Files
2025-09-17 18:02:02 -04:00

296 B
Executable File

description, allowed-tools
description allowed-tools
Publish the site to github Bash(git:*)

Deploy the site to production.

Steps:

  1. add all changes
  2. Commit any pending changes
  3. push to github

!git add -A && git commit -m "" || echo "No changes to commit" !git push origin main