We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28a1a5 commit e67d945Copy full SHA for e67d945
1 file changed
appveyor.yml
@@ -16,8 +16,9 @@ test_script:
16
- choco install gnuplot
17
- set PATH=C:\Program Files\gnuplot\bin;%PATH%
18
- gnuplot --version
19
- - rubydown -i examples\data_science.md -e templates\template.html.erb -o test.html
+ - 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
22
23
artifacts:
- # bdist_wheel puts your built wheel in the dist directory
- - path: test.html
24
+ - path: '*.html'
0 commit comments