Skip to content

Commit 906ccbc

Browse files
committed
MAINT force circleci to push page in gh-pages
1 parent 32d5a4c commit 906ccbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/push_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ git config --global user.name $USERNAME
3131
git config --global push.default matching
3232
git add -f $dir/
3333
git commit -m "$MSG" $dir
34-
git push
34+
git push origin gh-pages
3535

3636
echo $MSG

0 commit comments

Comments
 (0)