blob: afe8fce855ceb75b07ee82be3fe9bcdffdbc2b3d (
plain)
1
2
3
4
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
|