We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f865ad3 + 0819701 commit 80524d6Copy full SHA for 80524d6
.github/workflows/docs.yml
@@ -146,7 +146,7 @@ jobs:
146
shell: cmd /D /E:ON /V:OFF /C "CALL "{0}""
147
working-directory: .ci
148
run: |
149
- build_doc.bat
+ build_doc.bat > ..\doc\log.txt && type ..\doc\log.txt 2>&1
150
timeout-minutes: 60
151
env:
152
MEILISEARCH_PUBLIC_API_KEY: ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}
0 commit comments