We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a036d1 commit f28a1a5Copy full SHA for f28a1a5
1 file changed
.circleci/config.yml
@@ -25,8 +25,10 @@ jobs:
25
- run:
26
name: run tests
27
command: |
28
- rubydown -i examples/data_science.md -e templates/template.html.erb -o /tmp/test.html
+ rubydown -i examples/bio.md -e templates/template.html.erb -o /tmp/bio.html
29
+ rubydown -i examples/table.md -e templates/template.html.erb -o /tmp/table.html
30
+ rubydown -i examples/graph.md -e templates/template.html.erb -o /tmp/graph.html
31
32
# collect reports
33
- store_artifacts:
- path: /tmp/test.html
34
+ path: /tmp
0 commit comments