From 3e543514779c146864e1b78fdff1b15f5659ebac Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 29 Dec 2023 10:05:11 +1100 Subject: [PATCH] fix typo --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4fc66c2..5c55392 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: commands: #- pandoc --standalone --output=index.html --metadata title="SMT Readme" -t html5 README.md # From https://gitlab.com/vimalkvn/pandoc-mvp-css - - pandoc -s README.md --toc --toc-depth=2 -c www/mvp.css --template template.html -o ./www/index.html -metadata title="SMT Readme" + - pandoc -s README.md --toc --toc-depth=2 -c www/mvp.css --template template.html -o ./www/index.html --metadata title="SMT Readme" - cp ./www/index.html /shared/index.html - name: build