Skip to content

Commit 962db1e

Browse files
committed
Implement suggestion from @yihui
1 parent 9117c87 commit 962db1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ cd book-output
1313
cp -r ../_book/* ./
1414
git add --all *
1515
git commit -m"Update the book" || true
16-
git push origin gh-pages
16+
git push -q origin gh-pages

0 commit comments

Comments
 (0)