summaryrefslogtreecommitdiffstats
path: root/pull-docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pull-docs.sh')
-rwxr-xr-xpull-docs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/pull-docs.sh b/pull-docs.sh
new file mode 100755
index 000000000..afe8fce85
--- /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
+