From fb3ea081a1c578b37bbbba7e1b513f849433c87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 28 Mar 2015 23:20:16 +0100 Subject: [PATCH] before before deploy --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'