fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-29 10:05:11 +11:00
parent dbcdf56818
commit 3e54351477

View File

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