SDA-2650 Fixed call to markdown-pdf

This commit is contained in:
Mattias Gustavsson 2020-12-03 08:30:52 +01:00
parent 2ccf384e97
commit 7d84eade9b

View File

@ -113,6 +113,6 @@ if ERRORLEVEL 1 (
call npm install -g markdown-pdf call npm install -g markdown-pdf
) )
echo Generating install instructions echo Generating install instructions
%appdata%\npm\markdown-pdf install_instructions_win.md call %appdata%\npm\markdown-pdf install_instructions_win.md
echo Install instructions generated: %targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf echo Install instructions generated: %targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf
copy install_instructions_win.pdf "%targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf" copy install_instructions_win.pdf "%targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf"