diff --git a/Makefile b/Makefile index c85165b..fbc3ffe 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ gh-pages: build cp -r docs/ gh-pages/ cp -r lib gh-pages/lib cp -r dist gh-pages/dist - rm -rf dist + zip -r gh-pages/dist.zip gh-pages/dist git fetch origin git checkout gh-pages sed -i -e 's/\.\.\//\.\//g' gh-pages/index.html