Skip to content

Commit 77f3ad8

Browse files
committed
Update doc.yml
1 parent 1a759f1 commit 77f3ad8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/doc.yml

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

0 commit comments

Comments
 (0)