diff --git a/.ci/gotenberg.yml b/.ci/gotenberg.yml index dabc6509..b7e42a21 100644 --- a/.ci/gotenberg.yml +++ b/.ci/gotenberg.yml @@ -29,5 +29,5 @@ commands: merge: timeout: 30 - # Unlike others commands, you have access to FilesPaths instead of FilePath: it gathers all PDF files which should be merged. + # Unlike others commands' templates, you have access to FilesPaths instead of FilePath: it gathers all PDF files which should be merged. template: "pdftk {{ range $filePath := .FilesPaths }} {{ $filePath }} {{ end }} cat output {{ .ResultFilePath }}" \ No newline at end of file