Skip to content

Commit

Permalink
Add script to pull in docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jul 21, 2017
1 parent f387cb1 commit ff433f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pull-docs.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ff433f9

Please sign in to comment.