diff --git a/.drone.yml b/.drone.yml index 824399e..5282f78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,11 @@ name: default # Also see https://github.com/harness/drone-cli/blob/master/.drone.yml steps: +- name: markdown + image: pandoc/core + commands: + - pandoc --standalone --output=index.html README.md + - name: build image: golang commands: