summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-10-19 19:59:01 -0500
committerZach van Rijn <me@zv.io>2021-10-19 19:59:01 -0500
commit12920a9b7ef4183e261809fa6db3934b92212d8d (patch)
treec800fcbbafc40a229f548d82ea1b95da4b7dad23
parent8560d36f6ddd6442858128278c2611d0a032fd0b (diff)
downloadsite-ng-12920a9b7ef4183e261809fa6db3934b92212d8d.tar.gz
site-ng-12920a9b7ef4183e261809fa6db3934b92212d8d.tar.bz2
site-ng-12920a9b7ef4183e261809fa6db3934b92212d8d.tar.xz
site-ng-12920a9b7ef4183e261809fa6db3934b92212d8d.zip
Remove useless publishing commands.
-rwxr-xr-xpublish9
1 files changed, 1 insertions, 8 deletions
diff --git a/publish b/publish
index 5dc7424..5d14865 100755
--- a/publish
+++ b/publish
@@ -60,18 +60,11 @@ EOF
cp -R ${HERE}/../assets ${TEMP};
##
-#
+# robots.txt
#
cp ${HERE}/robots.txt ${TEMP};
##
-# payload
-#
-(
- cd ${TEMP};
-)
-
-##
# publish
#
rm -fr ${HTML};