diff --git a/scripts/deploy.sh b/scripts/deploy.sh new file mode 100755 index 00000000..8027b1d8 --- /dev/null +++ b/scripts/deploy.sh @@ -0,0 +1,6 @@ +git checkout gh-pages +cp -R target/* . +git add $(find . -maxdepth 1 -type f) +git add themes +git commit -m "update hydrogen" +git checkout master