summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-04-21 17:47:01 +0100
committerLars Wirzenius <liw@liw.fi>2011-04-21 17:47:01 +0100
commit3ef64f6d4215601bc324e51af9593b1ee481af12 (patch)
treee1e46985c9ea9ed4207ab8d331c7517b84ec9706 /scripts
parent385c766ffceedd936f140fc0b3a954c374a41ef2 (diff)
downloadliw-automation-3ef64f6d4215601bc324e51af9593b1ee481af12.tar.gz
sd-publish-all: publish html as well
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sd-publish-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sd-publish-all b/scripts/sd-publish-all
index 9f42ff0..5fd0f22 100755
--- a/scripts/sd-publish-all
+++ b/scripts/sd-publish-all
@@ -6,7 +6,7 @@ cd $HOME
while read dirname remote
do
echo "$dirname"
- SD_REPO="$dirname" sd publish --to "$remote"
+ SD_REPO="$dirname" sd publish --html --to "$remote"
echo
done < $HOME/.sd-publish-all.conf