Commit 9d66c0e9 authored by chriseth's avatar chriseth

Merge pull request #25 from ethereum/readme-in-gh-pages

Include README.md in gh-pages
parents 63ed5b1e eb56bd4f
...@@ -8,7 +8,9 @@ git config user.name "$COMMIT_AUTHOR" ...@@ -8,7 +8,9 @@ git config user.name "$COMMIT_AUTHOR"
git config user.email "$COMMIT_AUTHOR_EMAIL" git config user.email "$COMMIT_AUTHOR_EMAIL"
git checkout --orphan gh-pages git checkout --orphan gh-pages
git rm --cached -r . git rm --cached -r .
git add $FILES_TO_PACKAGE echo "# Automatic build" > README.md
echo "Built website from {$SHA}. See https://github.com/ethereum/browser-solidity/ for details." >> README.md
git add $FILES_TO_PACKAGE README.md
git commit -m "Built website from {$SHA}." git commit -m "Built website from {$SHA}."
ENCRYPTED_KEY_VAR="encrypted_${ENCRYPTION_LABEL}_key" ENCRYPTED_KEY_VAR="encrypted_${ENCRYPTION_LABEL}_key"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment