Skip to content

Commit 80524d6

Browse files
Merge remote-tracking branch 'origin/api/api-ref-data-sources_fix_error' into api/api-ref-data-sources_fix_error
2 parents f865ad3 + 0819701 commit 80524d6

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
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)