mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-21 14:50:57 +00:00
296 B
Executable File
296 B
Executable File
description, allowed-tools
| description | allowed-tools |
|---|---|
| Publish the site to github | Bash(git:*) |
Deploy the site to production.
Steps:
- add all changes
- Commit any pending changes
- push to github
!git add -A && git commit -m "" || echo "No changes to commit" !git push origin main