mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
Add script to pull in docs changes
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user