--- kind: pipeline type: docker name: default workspace: path: /drone/src platform: os: linux arch: amd64 trigger: branch: - master steps: - name: build-website image: jekyll/jekyll:4.2.2 volumes: - name: jekyll path: /srv/jekyll commands: - mkdir .jekyll-cache - gem install bundler - bundle install - bundle exec jekyll build --trace