Skip to content

Commit 310e542

Browse files
ycombinatorJamie Hannaford
authored and
Jamie Hannaford
committed
Attempt merge commit if necessary.
1 parent e52adf3 commit 310e542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rm -rf $API_DOCS_DIR && \
2525

2626
# Switch the branch to gh-pages
2727
git checkout gh-pages
28-
git pull $REPO_REMOTE_URL gh-pages
28+
git pull --commit $REPO_REMOTE_URL gh-pages
2929

3030
if [ $? -ne 0 ]; then
3131
exit 1

0 commit comments

Comments
 (0)