Skip to content

Commit e67d945

Browse files
authored
ci(appveyor): Update appveyor.yml
1 parent f28a1a5 commit e67d945

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ test_script:
1616
- choco install gnuplot
1717
- set PATH=C:\Program Files\gnuplot\bin;%PATH%
1818
- gnuplot --version
19-
- rubydown -i examples\data_science.md -e templates\template.html.erb -o test.html
19+
- rubydown -i examples\bio.md -e templates\template.html.erb -o bio.html
20+
- rubydown -i examples\graph.md -e templates\template.html.erb -o graph.html
21+
- rubydown -i examples\table.md -e templates\template.html.erb -o table.html
2022

2123
artifacts:
22-
# bdist_wheel puts your built wheel in the dist directory
23-
- path: test.html
24+
- path: '*.html'

0 commit comments

Comments
 (0)