diff --git a/Jenkinsfile b/Jenkinsfile index a590604..9a1497f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { sh "chmod -R 777 ./*" sh "sudo bundle install" - sh "bundle exec jekyll deploy" + sh "bundle exec jekyll build" sh "mv ./_site/ ./blueanimates/" sh "rm -R /usr/share/nginx/blueanimates/"