mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Add script to pull in docs changes
This commit is contained in:
parent
f387cb1b38
commit
ff433f9813
1 changed files with 5 additions and 0 deletions
5
pull-docs.sh
Executable file
5
pull-docs.sh
Executable 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
|
||||
|
Loading…
Reference in a new issue