From fe2fefbe86b5afa4c610cc6d75c7131bf1905814 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 29 Dec 2023 09:48:22 +1100 Subject: [PATCH] test pandoc --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c689bda..32c8224 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: shared path: /shared commands: - - pandoc --standalone --output=index.html --metadata title="SMT Readme" README.md + - pandoc --standalone --output=index.html --metadata title="SMT Readme" -t html5 README.md - cp index.html /shared/index.html - name: build