Commit eb56bd4f authored by Alex Beregszaszi's avatar Alex Beregszaszi

Include README.md in gh-pages

parent 1f726cef
...@@ -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