Skip to content

Commit 88abe7d

Browse files
authored
Update main.yml
1 parent 2fbc547 commit 88abe7d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ jobs:
1717
id: libreoffice
1818
with:
1919
# Required, the command to run
20-
command: libreoffice --headless --invisible --convert-to pdf 'README.md' --outdir 'output'
20+
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

Comments
 (0)