Skip to content

Commit ff433f9

Browse files
committed
Add script to pull in docs changes
1 parent f387cb1 commit ff433f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎pull-docs.sh‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
# We may extend this to also push changes in the other direction, but this is the most important step.
4+
git subtree pull --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash
5+

0 commit comments

Comments
 (0)