Skip to content

Commit 1a759f1

Browse files
committed
Update doc.yml
1 parent 9516ac9 commit 1a759f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
echo "files=$(printf '"%s" ' */*.md)" > $GITHUB_OUTPUT
1515
- name: copy images for pandoc
1616
run: |
17-
find . -type f \( -iname "*.jpg" -o -iname "*/media/*.jpg" \) -exec cp '{}' /media \;
18-
find . -type f \( -iname "*.jpg" -o -iname "*/images/*.jpg" \) -exec cp '{}' /images \;
17+
find . -type f \( -iname "*.jpg" -o -iname "*/media/*.*" \) -exec cp '{}' /media \;
18+
find . -type f \( -iname "*.jpg" -o -iname "*/images/*.*" \) -exec cp '{}' /images \;
1919
- uses: docker://pandoc/latex:2.9
2020
with:
2121
args: --output=output/cosmos-db-openai-python-dev-guide.docx ${{ steps.files_list.outputs.files }}

0 commit comments

Comments
 (0)