[go: nahoru, domu]

Skip to content

Commit

Permalink
Update Jenkinsfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed May 25, 2020
1 parent c2654bb commit 106dcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node {
}
stage('Build') {
sh "$BUNDLE install"
sh "$BUNDLE exec $JEKYLL build"
sh "$BUNDLE exec $JEKYLL build"
}
stage('Deploy') {
sh "rsync -crvz --delete _site/* $PUBLIC_WWW"
Expand Down

0 comments on commit 106dcf3

Please sign in to comment.