Skip to content

Commit d6ce48c

Browse files
committed
Update pages. See main branch for changes
1 parent 97aaba6 commit d6ce48c

28 files changed

+8747
-5
lines changed

#build.sh#

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/bin/sh
2+
3+
VERSION=`cat VERSION`
4+
5+
cp README.mkd ..
6+
./bin/middleman build
7+
git commit -am "Release $VERSION"
8+
git push origin
9+
git checkout gh-pages
10+
rm -R js css img
11+
mv build/* .
12+
mv ../README.mkd .
13+
git add .
14+
git commit -am 'Update pages. See main branch for changes'
15+
git push origin gh-pages
16+
git checkout master

.#build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jonas@noxarok.noxarok.2274:1358503445

0 commit comments

Comments
 (0)