Add script to pull in docs changes

This commit is contained in:
Bjørn Erik Pedersen 2017-07-21 11:01:13 +02:00
parent f387cb1b38
commit ff433f9813

5
pull-docs.sh Executable file
View file

@ -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