From 8d2f226090ba7c9f7acf35a3e302af4d8594660b Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 29 Dec 2023 09:32:34 +1100 Subject: [PATCH] test pandoc --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: