try refresh instead of rebuild, suggested by joeyh
[mirror/dsa-wiki.git] / bin / update-wiki
index f671b23..3547c28 100755 (executable)
@@ -20,7 +20,7 @@ env -i ikiwiki \
        --underlaydir "$WC/underlay" \
        --templatedir "$WC/templates" \
        --no-discussion \
-       --rebuild \
+       --refresh \
         --atom \
         --rss \
        --plugin template \
@@ -29,6 +29,7 @@ env -i ikiwiki \
        --plugin sidebar \
        --plugin table \
        --plugin creole \
+       --plugin git \
        --disable-plugin openid \
        --disable-plugin sandbox \
        --disable-plugin passwordauth \