We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9516ac9 commit 1a759f1Copy full SHA for 1a759f1
.github/workflows/doc.yml
@@ -14,8 +14,8 @@ jobs:
14
echo "files=$(printf '"%s" ' */*.md)" > $GITHUB_OUTPUT
15
- name: copy images for pandoc
16
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 \;
+ find . -type f \( -iname "*.jpg" -o -iname "*/media/*.*" \) -exec cp '{}' /media \;
+ find . -type f \( -iname "*.jpg" -o -iname "*/images/*.*" \) -exec cp '{}' /images \;
19
- uses: docker://pandoc/latex:2.9
20
with:
21
args: --output=output/cosmos-db-openai-python-dev-guide.docx ${{ steps.files_list.outputs.files }}
0 commit comments