From 1e4fd9d5d65587c244ab1c57ae2f989c19878605 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 28 Dec 2023 15:31:36 +1100 Subject: [PATCH] remove markdown commands --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b5b1d6e..7538cc7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,6 @@ steps: - name: build image: golang commands: - - go get -u github.com/gomarkdown/mdtohtml - - mdtohtml README.md index.htm - sh ./.drone.sh # Copy binary to test server