Change {} to `` for code highlighting

pull/1/head
Denton Liu 8 years ago
parent 000e6dee87
commit 0df82b6b31
  1. 4
      ci/deploy_from_travis.sh

@ -9,8 +9,8 @@ git config user.email "$COMMIT_AUTHOR_EMAIL"
git checkout --orphan gh-pages
git rm --cached -r .
echo "# Automatic build" > README.md
echo "Built website from {$SHA}. See https://github.com/ethereum/browser-solidity/ for details." >> README.md
echo "To use an offline copy, download browser-solidity-$SHA.zip." >> README.md
echo "Built website from \`$SHA\`. See https://github.com/ethereum/browser-solidity/ for details." >> README.md
echo "To use an offline copy, download \`browser-solidity-$SHA.zip\`." >> README.md
# ZIP the whole directory
zip -r browser-solidity-$SHA.zip $FILES_TO_PACKAGE
# -f is needed because "build" is part of .gitignore

Loading…
Cancel
Save