Skip to content

Commit

Permalink
🐛 Fixed documentation building
Browse files Browse the repository at this point in the history
  • Loading branch information
albertomontesg committed May 14, 2018
1 parent a60d2fc commit cabb993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_documentation.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

cd docs || exit 1
sed s/\$GOOGLE_ANALYTICS/$GOOGLE_ANALYTICS/ mkdocs.yml >mkdocs.yml
sed -i -e s/\$GOOGLE_ANALYTICS/$GOOGLE_ANALYTICS/ mkdocs.yml
./build_docs.sh
touch site/.nojekyll
echo "$DOCUMENTATION_DOMAIN" >>site/CNAME

0 comments on commit cabb993

Please sign in to comment.