diff options
author | Zach van Rijn <me@zv.io> | 2021-10-19 19:59:01 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-10-19 19:59:01 -0500 |
commit | 12920a9b7ef4183e261809fa6db3934b92212d8d (patch) | |
tree | c800fcbbafc40a229f548d82ea1b95da4b7dad23 | |
parent | 8560d36f6ddd6442858128278c2611d0a032fd0b (diff) | |
download | site-ng-12920a9b7ef4183e261809fa6db3934b92212d8d.tar.gz site-ng-12920a9b7ef4183e261809fa6db3934b92212d8d.tar.bz2 site-ng-12920a9b7ef4183e261809fa6db3934b92212d8d.tar.xz site-ng-12920a9b7ef4183e261809fa6db3934b92212d8d.zip |
Remove useless publishing commands.
-rwxr-xr-x | publish | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -60,18 +60,11 @@ EOF cp -R ${HERE}/../assets ${TEMP}; ## -# +# robots.txt # cp ${HERE}/robots.txt ${TEMP}; ## -# payload -# -( - cd ${TEMP}; -) - -## # publish # rm -fr ${HTML}; |