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

This commit is contained in:
2023-12-29 09:48:22 +11:00
parent 83c126d853
commit fe2fefbe86

View File

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