Skip to content

Commit eb94c58

Browse files
committed
Meta/pushall: publish HTML docs to GitHub Pages, too
1 parent 33678c5 commit eb94c58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pushall

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ case "$#,$*" in
4545
printf "%s: " "$topic"
4646
( cd ../git-$topic.git && git push "$@") || exit
4747
done
48+
test "$1" = '-n' || ( cd ../git-htmldocs.git && git push gh-pages )
4849
;;
4950
esac

0 commit comments

Comments
 (0)