Add script to pull in docs changes
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 21 Jul 2017 09:01:13 +0000 (11:01 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 21 Jul 2017 09:01:13 +0000 (11:01 +0200)
pull-docs.sh [new file with mode: 0755]

diff --git a/pull-docs.sh b/pull-docs.sh
new file mode 100755 (executable)
index 0000000..afe8fce
--- /dev/null
@@ -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
+