diff options
author | Bjørn Erik Pedersen <[email protected]> | 2019-10-21 10:21:37 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-10-21 10:21:51 +0200 |
commit | 39121de4d991bdcf5f202da4d8d81a8ac6c149fc (patch) | |
tree | 97e0b638fea1d898de9e297732d1044b49bfba8e /docs/pull-theme.sh | |
parent | 180195aa342777fece1b29a08ec89456d7996c61 (diff) | |
download | hugo-39121de4d991bdcf5f202da4d8d81a8ac6c149fc.tar.gz hugo-39121de4d991bdcf5f202da4d8d81a8ac6c149fc.zip |
docs: Replace /docs
Diffstat (limited to 'docs/pull-theme.sh')
-rwxr-xr-x | docs/pull-theme.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/pull-theme.sh b/docs/pull-theme.sh deleted file mode 100755 index 828b6cfb4..000000000 --- a/docs/pull-theme.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -git subtree pull --prefix=themes/gohugoioTheme/ [email protected]:gohugoio/gohugoioTheme.git master --squash - |