Skip to content

Commit 39d27a0

Browse files
author
thierryiseli
committed
Try with documentation info
1 parent 6d4698a commit 39d27a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/GeneratePdf.AzurePipelines.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@ if (Test-Path $homeMarkdownForGithubWiki)
66
{
77
Remove-Item $homeMarkdownForGithubWiki
88
}
9+
$documentationInfo = "Documentation.info"
10+
if (Test-Path $documentationInfo)
11+
{
12+
ren $documentationInfo Documentation.md
13+
}
914
ren template.tex template.latex
1015
pandoc (get-item -path "*.md").FullName -o $o --toc -N -V margin-top=50mm -V margin-left=20mm -V margin-right=20mm -V margin-bottom=30mm --template template -V titlepage=true -V toc-own-page=true -V page-background="layout-background.pdf" -V titlepage-background="layout-title-background.pdf" -V page-background-opacity=1 -V version=1.0.0 -V lang=de -F mermaid-filter.cmd

0 commit comments

Comments
 (0)