From: Bjørn Erik Pedersen Date: Fri, 21 Jul 2017 09:01:13 +0000 (+0200) Subject: Add script to pull in docs changes X-Git-Tag: v0.26~34 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ff433f981;p=brevno-suite%2Fhugo Add script to pull in docs changes --- diff --git a/pull-docs.sh b/pull-docs.sh new file mode 100755 index 00000000..afe8fce8 --- /dev/null +++ b/pull-docs.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# We may extend this to also push changes in the other direction, but this is the most important step. +git subtree pull --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash +