Skip to content

Commit fd3aa05

Browse files
committed
Update doc.yml
1 parent 49f99cc commit fd3aa05

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@ jobs:
1212
run: |
1313
# this will also include all README.md files in order of folder name
1414
echo "files=$(printf '"%s" ' */*.md)" > $GITHUB_OUTPUT
15-
- name: copy images for pandoc
16-
run: |
17-
find . -type f \( -iname "*.jpg" -o -iname "*/media/*.*" \) -exec cp '{}' /media \;
18-
find . -type f \( -iname "*.jpg" -o -iname "*/images/*.*" \) -exec cp '{}' /images \;
1915
- name: list files
2016
run: |
21-
ls -a
17+
ls -aR
2218
- uses: docker://pandoc/latex:2.9
2319
with:
2420
args: -s ${{ steps.files_list.outputs.files }} -f markdown -o=output/cosmos-db-openai-python-dev-guide.docx

0 commit comments

Comments
 (0)