Use build instead of deploy

This commit is contained in:
Korbs 2022-11-10 20:37:11 -05:00
parent 2ddb938288
commit 74a0ff4be5

2
Jenkinsfile vendored
View file

@ -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/"