Skip to content

Commit 49f99cc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ls -a
2222
- uses: docker://pandoc/latex:2.9
2323
with:
24-
args: --output=output/cosmos-db-openai-python-dev-guide.docx ${{ steps.files_list.outputs.files }}
24+
args: -s ${{ steps.files_list.outputs.files }} -f markdown -o=output/cosmos-db-openai-python-dev-guide.docx
2525
- uses: actions/upload-artifact@v3
2626
with:
2727
name: output

0 commit comments

Comments
 (0)