--- 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 privileged: false volumes: - name: jekyll path: /srv/jekyll commands: - mkdir -pv .jekyll-cache/Jekyll/Cache/Jekyll--Cache - whoami - pwd - gem install bundler - bundle install - bundle exec jekyll build --trace