TiddlyWiki5/bin/deploy-site.sh

15 wiersze
225 B
Bash
Executable File

#!/bin/bash
# Deploy the output folder to github
# pushd ../jermolene.github.io
# git add --all || exit 1
# git commit -m "Updates" || exit 1
# git push origin || exit 1
# popd
echo "(Placeholdeer feploying to GitHub)"