We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebfb5a commit 0a9c348Copy full SHA for 0a9c348
.github/workflows/cookbook.yml
@@ -27,7 +27,7 @@ jobs:
27
&& asciidoctor --trace -o /tmp/wis2-cookbook/cookbook/${FILE_BASENAME}.html index.adoc \
28
&& 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 \
29
&& 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 \
+ && cp images/*.{jpg,png} /tmp/wis2-cookbook/cookbook/images \
31
&& cd ..
32
- name: checkout gh-pages branch
33
uses: actions/checkout@v3
0 commit comments