Commit 0df82b6b authored by Denton Liu's avatar Denton Liu

Change {} to `` for code highlighting

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