We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbc547 commit 88abe7dCopy full SHA for 88abe7d
1 file changed
.github/workflows/main.yml
@@ -17,4 +17,6 @@ jobs:
17
id: libreoffice
18
with:
19
# Required, the command to run
20
- command: libreoffice --headless --invisible --convert-to pdf 'README.md' --outdir 'output'
+ command: |
21
+ libreoffice --headless --invisible --convert-to pdf 'README.md' --outdir 'output'
22
+ libreoffice --headless --invisible --convert-to png 'README.md' --outdir 'output'
0 commit comments