Skip to content

Commit c538ed6

Browse files
committed
Make sure docs build under jekyll 2.2. Just use raw commands
1 parent 6de6398 commit c538ed6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/deploy_site.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
compass compile
4242

4343
# Run jekyll and build api docs.
44-
grunt docs
44+
#grunt docs # grunt docs doesn't work on jekyll 2.0
45+
grunt vulcanize
46+
grunt jekyll:build
4547

4648
# Deploy site to App Engine.
4749
appcfg.py update --oauth2 .

0 commit comments

Comments
 (0)