diff --git a/appveyor.yml b/appveyor.yml index 59368311a1..c93404e563 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ build: test_script: - nunit-console-x86.exe OpenRA.Test.dll -before_deploy: +after_test: - choco install pandoc -y - '%LOCALAPPDATA%\Pandoc\pandoc.exe -o README.html README.md' - '%LOCALAPPDATA%\Pandoc\pandoc.exe -o CONTRIBUTING.html CONTRIBUTING.md'