Files
Custom-Static-Website-Gener…/bash-script/updatewebsite.sh

5 lines
72 B
Bash

#!/bin/sh
git add-commit -m "Update website"
git push -u origin master