test pandoc
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-29 09:32:34 +11:00
parent a7f0bdf09b
commit 8d2f226090

View File

@@ -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: