Skip to content

Commit f28a1a5

Browse files
authored
ci(circle): Update config.yml
1 parent 1a036d1 commit f28a1a5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
- run:
2626
name: run tests
2727
command: |
28-
rubydown -i examples/data_science.md -e templates/template.html.erb -o /tmp/test.html
28+
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
2931
3032
# collect reports
3133
- store_artifacts:
32-
path: /tmp/test.html
34+
path: /tmp

0 commit comments

Comments
 (0)