all repos — site @ 5fca3bf05e1c0482d31e51f06b6451a647654e8e

source for my site, found at icyphox.sh

deploy.sh (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
#!/usr/bin/env bash

if [ -z "$1" ]
then
	echo "no folder mentioned :v"
	exit 1
fi
git subtree push --prefix $1 origin gh-pages