diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8af0149..5071eaf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,11 +10,11 @@ steps: inputs: containerRegistryType: 'Container Registry' action: 'Run an image' - imageName: 'jekyll/jekyll:4.2.0' + imageName: 'jekyll/jekyll:latest' volumes: | $(build.sourcesDirectory):/srv/jekyll $(build.binariesDirectory):/srv/jekyll/_site - containerCommand: '/bin/bash -c "chmod a+wx /srv/jekyll && bundle install && jekyll build --future --drafts --trace"' + containerCommand: '/bin/bash -c "chmod a+wx /srv/jekyll && bundle install && jekyll build --future --drafts"' detached: false - task: PublishBuildArtifacts@1 inputs: