We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f99cc commit fd3aa05Copy full SHA for fd3aa05
.github/workflows/doc.yml
@@ -12,13 +12,9 @@ jobs:
12
run: |
13
# this will also include all README.md files in order of folder name
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/*.*" \) -exec cp '{}' /media \;
18
- find . -type f \( -iname "*.jpg" -o -iname "*/images/*.*" \) -exec cp '{}' /images \;
19
- name: list files
20
21
- ls -a
+ ls -aR
22
- uses: docker://pandoc/latex:2.9
23
with:
24
args: -s ${{ steps.files_list.outputs.files }} -f markdown -o=output/cosmos-db-openai-python-dev-guide.docx
0 commit comments