test new pandoc command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -12,7 +12,9 @@ steps:
|
||||
- name: shared
|
||||
path: /shared
|
||||
commands:
|
||||
- pandoc --standalone --output=index.html --metadata title="SMT Readme" -t html5 README.md
|
||||
#- 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 css/mvp.css --template template.html -o index.html
|
||||
- cp index.html /shared/index.html
|
||||
|
||||
- name: build
|
||||
|
Reference in New Issue
Block a user