Skip to content

Commit

Permalink
Include README.md in gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 21, 2016
1 parent 1f726ce commit eb56bd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/deploy_from_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ git config user.name "$COMMIT_AUTHOR"
git config user.email "$COMMIT_AUTHOR_EMAIL"
git checkout --orphan gh-pages
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}."

ENCRYPTED_KEY_VAR="encrypted_${ENCRYPTION_LABEL}_key"
Expand Down

0 comments on commit eb56bd4

Please sign in to comment.