diff --git a/tasks/ghpublish b/tasks/ghpublish index 35a360617..0383f261c 100755 --- a/tasks/ghpublish +++ b/tasks/ghpublish @@ -37,7 +37,7 @@ debug mv output/index.html $ghroot debug mv output/* $ghroot debug cd $ghroot debug cp Scratch/en/error/404-not_found/index.html ./404.html -debug echo "yannesposito.com" > CNAME +echo "yannesposito.com" > CNAME debug tar cf ghroot.tar * debug cd $rootdir