We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a34ef commit 331171bCopy full SHA for 331171b
deploy.sh
@@ -54,6 +54,11 @@ cp -r assets/ book/
54
echo "Committing book directory to gh-pages branch"
55
REV=$(git rev-parse --short HEAD)
56
cd book
57
+
58
+# hotfix for https://github.com/rust-lang-nursery/rust-cookbook/issues/416
59
+sed -i -e "s/_FontAwesome/FontAwesome/" *.html
60
+mv ./_FontAwesome ./FontAwesome
61
62
git init
63
git remote add upstream "https://$GH_TOKEN@github.com/rust-lang-nursery/rust-cookbook.git"
64
git config user.name "Rust Cookbook"
0 commit comments