Skip to content

Commit 0819701

Browse files
authored
Update .github/workflows/docs.yml
1 parent 0ec7a40 commit 0819701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
shell: cmd /D /E:ON /V:OFF /C "CALL "{0}""
147147
working-directory: .ci
148148
run: |
149-
build_doc.bat> ..\doc\log.txt && type ..\doc\log.txt 2>&1
149+
build_doc.bat > ..\doc\log.txt && type ..\doc\log.txt 2>&1
150150
timeout-minutes: 60
151151
env:
152152
MEILISEARCH_PUBLIC_API_KEY: ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}

0 commit comments

Comments
 (0)