Skip to content

Commit

Permalink
Remove unnecessary building script
Browse files Browse the repository at this point in the history
  • Loading branch information
hagabaka committed Dec 17, 2014
1 parent 3aa51ae commit a67364e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
18 changes: 0 additions & 18 deletions build.sh

This file was deleted.

6 changes: 0 additions & 6 deletions publish.sh
@@ -1,17 +1,11 @@
#!/bin/sh

set -e
if [ ! -f site/clues.json ]; then
./build.sh
fi
cp site/clues.json clues.json.new
git checkout gh-pages

git checkout master -- site/
git mv -fk site/* .
cp clues.json.new clues.json
git commit -am 'Update files'
git push origin gh-pages:gh-pages

git checkout master
mv clues.json.new site/clues.json

0 comments on commit a67364e

Please sign in to comment.