Skip to content

Commit 0a9c348

Browse files
authored
add JPEG images to publishing
1 parent 7ebfb5a commit 0a9c348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cookbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
&& asciidoctor --trace -o /tmp/wis2-cookbook/cookbook/${FILE_BASENAME}.html index.adoc \
2828
&& asciidoctor -a allow-uri-read --trace --backend docbook --out-file - index.adoc | pandoc --from docbook --to docx --output /tmp/wis2-cookbook/cookbook/${FILE_BASENAME}.docx \
2929
&& asciidoctor -a allow-uri-read --trace -r asciidoctor-pdf --trace -b pdf -o /tmp/wis2-cookbook/cookbook/${FILE_BASENAME}.pdf index.adoc \
30-
&& cp images/*.png /tmp/wis2-cookbook/cookbook/images \
30+
&& cp images/*.{jpg,png} /tmp/wis2-cookbook/cookbook/images \
3131
&& cd ..
3232
- name: checkout gh-pages branch
3333
uses: actions/checkout@v3

0 commit comments

Comments
 (0)