alexruperez/SecurePropertyStorage

View on GitHub
gh-pages.sh

Summary

Maintainability
Test Coverage
git remote set-url origin git@github.com:alexruperez/SecurePropertyStorage.git
git checkout -B gh-pages
gem install jazzy
./jazzy.sh
find . -type f ! -path "./.git/*" ! -path "./.build/*" ! -path "./docs*" ! -path "./LICENSE" -exec rm -f {} +
mv docs/* ./
touch .nojekyll
git add -f .
git commit -m "Documentation update."
git push -f origin gh-pages