Skip to content

Commit c9172c8

Browse files
committed
Update doc.yml
1 parent 9077a3e commit c9172c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v2
33-
33+
3434
- name: create file list
3535
id: files_list
3636
run: |
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: run pandoc
4141
run: |
42-
pandoc -s ${{ steps.files_list.outputs.files }} -f markdown -o=./output/cosmos-db-openai-python-dev-guide.docx
42+
pandoc -s ${{ steps.files_list.outputs.files }} -f markdown -o=output/cosmos-db-openai-python-dev-guide.docx
4343
4444
- uses: actions/upload-artifact@v3
4545
with:

0 commit comments

Comments
 (0)