Move in build script didn't work

This commit is contained in:
Luke Tainton
2017-09-09 08:09:05 +01:00
parent a4ea283008
commit a322524bb1

View File

@@ -16,7 +16,7 @@ cp Logo.png ../build
git checkout gh-pages git checkout gh-pages
rm -rf ./* rm -rf ./*
mv -R ../build/* . cp -R ../build/* .
git add . git add .
git commit -m "Updating How Fake Is This (build ${TRAVIS_BUILD_NUMBER})" || true git commit -m "Updating How Fake Is This (build ${TRAVIS_BUILD_NUMBER})" || true