Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
vmsilvamolina committed Apr 13, 2024
1 parent 423a418 commit 54360f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54360f5

Please sign in to comment.