diff --git a/update-github.io.sh b/update-github.io.sh deleted file mode 100755 index c388f7b..0000000 --- a/update-github.io.sh +++ /dev/null @@ -1,14 +0,0 @@ -set -e - -cd /tmp -git clone https://github.com/geotalleres/geotalleres.git -cd geotalleres -git submodule update --init -make html -ls | grep -v build | xargs rm -fr -git checkout gh-pages -cp -R build/html/* . -rm -fr build/ -git add -A -git commit -m "actualizacion" -git push