[JENKINS-MIGRATION] Hacking on website build (typo)
diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml
index 26ff901..44c2f08 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/quality.yml
@@ -17,12 +17,12 @@
 name: Quality Assurance
 
 on:
-  push:
-    branches: [ trunk ]
-  pull_request:
-    branches: [ trunk ]
+#  push:
+#    branches: [ trunk ]
+#  pull_request:
+#    branches: [ trunk ]
   schedule:
-    - cron: '0 0 * * *'
+    - cron: '0 0 0 * *'
 
 jobs:
   build:
diff --git a/website/build_site.sh b/website/build_site.sh
index a3a9f42..0996f92 100755
--- a/website/build_site.sh
+++ b/website/build_site.sh
@@ -54,7 +54,7 @@
 	echo "Moving directory..."
 	mv $WORKDIR/apache-mahout-distribution-$MAHOUT_VERSION/docs $WORKDIR/docs/$MAHOUT_VERSION/api
 	rm -f $WORKDIR/$DISTFILE
-	"done."
+	echo "done."
 fi
 # rm -rf *
 #cp -a $WORKDIR/* .