more testing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-12-29 09:35:50 +11:00
parent 8d2f226090
commit 503bcfbd8d

View File

@@ -8,12 +8,20 @@ name: default
steps:
- name: markdown
image: pandoc/core
volumes:
- name: shared
path: /shared
commands:
- pandoc --standalone --output=index.html README.md
- pandoc --standalone --output=index.html --metadata title="SMT Readme" README.md
- cp index.html /shared/index.html
- name: build
image: golang
volumes:
- name: shared
path: /shared
commands:
- cp /shared/index.html .
- sh ./.drone.sh
# Copy binary to test server