mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
6 lines
206 B
Bash
6 lines
206 B
Bash
|
#!/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
|
||
|
|