First test of gh-pages push.

This commit is contained in:
Oliver Schmidt
2014-02-04 18:33:37 +01:00
parent 9aa17b4c53
commit 4e83ff8d59
2 changed files with 10 additions and 0 deletions

9
doc/Makefile Normal file
View File

@@ -0,0 +1,9 @@
gh-pages:
git clone --branch=gh-pages https://${GH_TOKEN}@github.com/oliverschmidt/cc65.git ../gh-pages
cd ../gh-pages
git config user.name "Oliver Schmidt"
git config user.email "ol.sc@web.de"
echo date > testfile.txt
git add -A
git commit -m "Updated doc from commit $(TRAVIS_COMMIT)."
git push